-
-
Save pokutuna/0f84c03e0eb18ac26a91b031afa1a419 to your computer and use it in GitHub Desktop.
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
$ cat main.tf | |
terraform { | |
required_version = "1.5.7" | |
required_providers { | |
google = { | |
source = "hashicorp/google" | |
version = "4.82.0" | |
} | |
} | |
backend "local" { | |
path = "terraform.tfstate" | |
} | |
} | |
# my Google Cloud project | |
provider "google" { | |
project = "pokutuna-playground" | |
} | |
# to be imported | |
import { | |
to = google_monitoring_custom_service.example | |
id = "projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA" | |
} | |
import { | |
to = google_monitoring_slo.example | |
id = "projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA" | |
} | |
$ TF_LOG=DEBUG terraform plan -generate-config-out=imported.tf | |
2023-09-13T06:03:40.843+0900 [INFO] Terraform version: 1.5.7 | |
2023-09-13T06:03:40.843+0900 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 | |
2023-09-13T06:03:40.843+0900 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 | |
2023-09-13T06:03:40.843+0900 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 | |
2023-09-13T06:03:40.843+0900 [DEBUG] using github.com/zclconf/go-cty v1.12.2 | |
2023-09-13T06:03:40.843+0900 [INFO] Go runtime version: go1.20.7 | |
2023-09-13T06:03:40.843+0900 [INFO] CLI args: []string{"/Users/pokutuna/.asdf/installs/terraform/1.5.7/bin/terraform", "plan", "-generate-config-out=imported.tf"} | |
2023-09-13T06:03:40.843+0900 [DEBUG] Attempting to open CLI config file: /Users/pokutuna/.terraformrc | |
2023-09-13T06:03:40.843+0900 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-09-13T06:03:40.843+0900 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2023-09-13T06:03:40.843+0900 [DEBUG] ignoring non-existing provider search directory /Users/pokutuna/.terraform.d/plugins | |
2023-09-13T06:03:40.843+0900 [DEBUG] ignoring non-existing provider search directory /Users/pokutuna/Library/Application Support/io.terraform/plugins | |
2023-09-13T06:03:40.843+0900 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2023-09-13T06:03:40.843+0900 [INFO] CLI command args: []string{"plan", "-generate-config-out=imported.tf"} | |
2023-09-13T06:03:40.891+0900 [DEBUG] checking for provisioner in "." | |
2023-09-13T06:03:40.891+0900 [DEBUG] checking for provisioner in "/Users/pokutuna/.asdf/installs/terraform/1.5.7/bin" | |
2023-09-13T06:03:40.894+0900 [INFO] backend/local: starting Plan operation | |
2023-09-13T06:03:40.894+0900 [DEBUG] created provider logger: level=debug | |
2023-09-13T06:03:40.894+0900 [INFO] provider: configuring client automatic mTLS | |
2023-09-13T06:03:40.899+0900 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5] | |
2023-09-13T06:03:40.903+0900 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=88240 | |
2023-09-13T06:03:40.903+0900 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 | |
2023-09-13T06:03:40.941+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: configuring server automatic mTLS: timestamp=2023-09-13T06:03:40.941+0900 | |
2023-09-13T06:03:40.951+0900 [DEBUG] provider: using plugin: version=5 | |
2023-09-13T06:03:40.951+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: plugin address: address=/var/folders/n4/qzjchm1s2sxfgpxf_8wmf1wc0000gn/T/plugin814133003 network=unix timestamp=2023-09-13T06:03:40.951+0900 | |
2023-09-13T06:03:40.996+0900 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-09-13T06:03:40.997+0900 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=88240 | |
2023-09-13T06:03:40.997+0900 [DEBUG] provider: plugin exited | |
2023-09-13T06:03:40.997+0900 [DEBUG] Building and walking validate graph | |
2023-09-13T06:03:40.997+0900 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/google"] | |
2023-09-13T06:03:40.997+0900 [DEBUG] Starting graph walk: walkValidate | |
2023-09-13T06:03:40.997+0900 [INFO] backend/local: plan calling Plan | |
2023-09-13T06:03:40.997+0900 [DEBUG] Building and walking plan graph for NormalMode | |
2023-09-13T06:03:40.997+0900 [DEBUG] ProviderTransformer: "google_monitoring_custom_service.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
2023-09-13T06:03:40.997+0900 [DEBUG] ProviderTransformer: "google_monitoring_slo.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
2023-09-13T06:03:40.997+0900 [DEBUG] ReferenceTransformer: "google_monitoring_custom_service.example (expand)" references: [] | |
2023-09-13T06:03:40.997+0900 [DEBUG] ReferenceTransformer: "google_monitoring_slo.example (expand)" references: [] | |
2023-09-13T06:03:40.997+0900 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [] | |
2023-09-13T06:03:40.998+0900 [DEBUG] Starting graph walk: walkPlan | |
2023-09-13T06:03:40.998+0900 [DEBUG] created provider logger: level=debug | |
2023-09-13T06:03:40.998+0900 [INFO] provider: configuring client automatic mTLS | |
2023-09-13T06:03:41.000+0900 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5] | |
2023-09-13T06:03:41.003+0900 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=88271 | |
2023-09-13T06:03:41.003+0900 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 | |
2023-09-13T06:03:41.043+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: configuring server automatic mTLS: timestamp=2023-09-13T06:03:41.043+0900 | |
2023-09-13T06:03:41.052+0900 [DEBUG] provider: using plugin: version=5 | |
2023-09-13T06:03:41.052+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: plugin address: network=unix address=/var/folders/n4/qzjchm1s2sxfgpxf_8wmf1wc0000gn/T/plugin2399782843 timestamp=2023-09-13T06:03:41.052+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=firebaserules_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_run_v2_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=memcache_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.098+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=memcache_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_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 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=apikeys_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_build_custom_endpoint timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_attribute_path=credentials @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="Ensure that if an attribute is set, these are not set: "[access_token]"" timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=credentials @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.098+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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_fusion_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=cloudbuildv2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called 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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=dialogflow_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=dialogflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=access_token tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[credentials]"" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_analysis_custom_endpoint timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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_reservation_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=gkehub_feature_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=dataproc_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=monitoring_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=sql_custom_endpoint timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=certificate_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=looker_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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=looker_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=assured_workloads_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=active_directory_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=active_directory_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=cloud_identity_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=data_loss_prevention_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=data_loss_prevention_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=scopes tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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=deployment_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=dataplex_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_attribute_path=kms_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=kms_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_aws_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_aws_custom_endpoint timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=clouddeploy_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=iam_credentials_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_iot_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_iot_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.099+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=access_approval_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=access_approval_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework 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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=cloudfunctions2_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=redis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_attribute_path=apigee_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_scheduler_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_scheduler_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_location_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" 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:704 tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.099+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=beyondcorp_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=filestore_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 @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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=game_services_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=game_services_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=security_center_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=security_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=os_login_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=os_login_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=secret_manager_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_attribute_path=secret_manager_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 '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=dataproc_metastore_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=dataproc_metastore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_azure_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_rpc=PrepareProviderConfig tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=gke_hub2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=gke_hub2_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 tf_attribute_path=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=os_config_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=bigquery_connection_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=biglake_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=biglake_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=source_repo_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_attribute_path=source_repo_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.100+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=storage_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=storage_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=document_ai_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=iam_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=iam_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=binary_authorization_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=binary_authorization_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_attribute_path=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=workflows_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=container_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_attribute_path=notebooks_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_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=notebooks_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework tf_attribute_path=firestore_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=network_services_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_workforce_pool_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=iam_workforce_pool_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=service_networking_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=service_networking_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=database_migration_service_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=vertex_ai_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=vertex_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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=iap_custom_endpoint timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=alloydb_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_attribute_path=alloydb_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.100+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=service_management_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework @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_management_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=tpu_custom_endpoint tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=datastream_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastream_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling 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 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=big_query_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_rpc=PrepareProviderConfig tf_attribute_path=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_run_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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=logging_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=pubsub_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.101+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=tags_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=composer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=network_management_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=network_management_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_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-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=container_attached_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 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=eventarc_custom_endpoint timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=eventarc_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.102+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=41bf1cc6-6aaa-0d16-ef95-70e4b6d8ac37 @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=eventarc_custom_endpoint timestamp=2023-09-13T06:03:41.101+0900 | |
2023-09-13T06:03:41.109+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Provider Configure: tf_mux_provider=*proto5server.Server tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:03:41.109+0900 | |
2023-09-13T06:03:41.110+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: Authenticating using DefaultClient...: @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1588 @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 tf_rpc=ConfigureProvider timestamp=2023-09-13T06:03:41.110+0900 | |
2023-09-13T06:03:41.110+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1589 tf_rpc=ConfigureProvider timestamp=2023-09-13T06:03:41.110+0900 | |
2023-09-13T06:03:41.110+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: Authenticating using DefaultClient...: tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1588 @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider timestamp=2023-09-13T06:03:41.110+0900 | |
2023-09-13T06:03:41.110+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_mux_provider=*proto5server.Server tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 @module=google tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1589 timestamp=2023-09-13T06:03:41.110+0900 | |
2023-09-13T06:03:41.110+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Waiting for state to become: [success] | |
2023-09-13T06:03:41.459+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: Terraform is using this identity: pokutuna@hatena.ne.jp: tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1466 @module=google timestamp=2023-09-13T06:03:41.457+0900 | |
2023-09-13T06:03:41.460+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider tf_req_id=cb40ca7d-985f-0ed3-b885-d098a03b4bc6 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:03:41.458+0900 | |
2023-09-13T06:03:41.461+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [INFO] Authenticating using DefaultClient... | |
2023-09-13T06:03:41.461+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email] | |
2023-09-13T06:03:41.462+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [INFO] Authenticating using DefaultClient... | |
2023-09-13T06:03:41.462+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email] | |
2023-09-13T06:03:41.462+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Waiting for state to become: [success] | |
2023-09-13T06:03:41.616+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [INFO] Terraform is using this identity: pokutuna@hatena.ne.jp | |
2023-09-13T06:03:41.616+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] parent context canceled, cleaning up batcher batches | |
2023-09-13T06:03:41.616+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Stopping batcher "Service Usage" | |
2023-09-13T06:03:41.616+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] parent context canceled, cleaning up batcher batches | |
2023-09-13T06:03:41.616+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Stopping batcher "IAM" | |
2023-09-13T06:03:41.616+0900 [DEBUG] Resource instance state not found for node "google_monitoring_custom_service.example", instance google_monitoring_custom_service.example | |
2023-09-13T06:03:41.617+0900 [DEBUG] ReferenceTransformer: "google_monitoring_custom_service.example" references: [] | |
google_monitoring_custom_service.example: Preparing import... [id=projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA] | |
2023-09-13T06:03:41.617+0900 [DEBUG] Resource instance state not found for node "google_monitoring_slo.example", instance google_monitoring_slo.example | |
2023-09-13T06:03:41.617+0900 [DEBUG] ReferenceTransformer: "google_monitoring_slo.example" references: [] | |
google_monitoring_slo.example: Preparing import... [id=projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA] | |
2023-09-13T06:03:41.618+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] matching ID projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA to regex (?P<name>[^ ]+). | |
2023-09-13T06:03:41.618+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] importing name = projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA | |
2023-09-13T06:03:41.619+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] matching ID projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA to regex (?P<name>[^ ]+). | |
2023-09-13T06:03:41.619+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] importing name = projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA | |
google_monitoring_custom_service.example: Refreshing state... [id=projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA] | |
google_monitoring_slo.example: Refreshing state... [id=projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA] | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Waiting for state to become: [success] | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Retry Transport: starting RoundTrip retry loop | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Retry Transport: request attempt 0 | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Google API Request Details: | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ---[ REQUEST ]--------------------------------------- | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: GET /v3/projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA?alt=json HTTP/1.1 | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Host: monitoring.googleapis.com | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: User-Agent: Terraform/1.5.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/4.82.0 | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Content-Type: application/json | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Accept-Encoding: gzip | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:41.621+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ----------------------------------------------------- | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Waiting for state to become: [success] | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Retry Transport: starting RoundTrip retry loop | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Retry Transport: request attempt 0 | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:41 [DEBUG] Google API Request Details: | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ---[ REQUEST ]--------------------------------------- | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: GET /v3/projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA?alt=json HTTP/1.1 | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Host: monitoring.googleapis.com | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: User-Agent: Terraform/1.5.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/4.82.0 | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Content-Type: application/json | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Accept-Encoding: gzip | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:41.622+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ----------------------------------------------------- | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Google API Response Details: | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: HTTP/2.0 200 OK | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Cache-Control: private | |
2023-09-13T06:03:42.320+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Content-Type: application/json; charset=UTF-8 | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Date: Tue, 12 Sep 2023 21:03:42 GMT | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Server: ESF | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: Origin | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: X-Origin | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: Referer | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Content-Type-Options: nosniff | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Frame-Options: SAMEORIGIN | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Xss-Protection: 0 | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: { | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "name": "projects/744005832574/services/gs-ReZdgRiuY5DWEldJnSA", | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "displayName": "example", | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "custom": {}, | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "telemetry": {} | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: } | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ----------------------------------------------------- | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Retry Transport: Stopping retries, last request was successful | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Retry Transport: Returning after 1 attempts | |
2023-09-13T06:03:42.321+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Google API Response Details: | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: HTTP/2.0 200 OK | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Cache-Control: private | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Content-Type: application/json; charset=UTF-8 | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Date: Tue, 12 Sep 2023 21:03:42 GMT | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Server: ESF | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: Origin | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: X-Origin | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Vary: Referer | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Content-Type-Options: nosniff | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Frame-Options: SAMEORIGIN | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: X-Xss-Protection: 0 | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: { | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "name": "projects/744005832574/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA", | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "serviceLevelIndicator": { | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "requestBased": { | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "distributionCut": { | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "distributionFilter": "metric.type=\"appengine.googleapis.com/http/server/response_latencies\" resource.type=\"gae_app\"", | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "range": { | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "min": -9007199254740991, | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "max": 1000 | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: } | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: } | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: } | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: }, | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "goal": 0.001, | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "calendarPeriod": "WEEK", | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: "displayName": "example" | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: } | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: ----------------------------------------------------- | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Retry Transport: Stopping retries, last request was successful | |
2023-09-13T06:03:42.322+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] Retry Transport: Returning after 1 attempts | |
2023-09-13T06:03:42.322+0900 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an unexpected new value for google_monitoring_custom_service.example during refresh. | |
- .user_labels: was null, but now cty.MapValEmpty(cty.String) | |
- .display_name: was null, but now cty.StringVal("example") | |
- .name: was cty.StringVal("projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA"), but now cty.StringVal("projects/744005832574/services/gs-ReZdgRiuY5DWEldJnSA") | |
- .service_id: was null, but now cty.StringVal("gs-ReZdgRiuY5DWEldJnSA") | |
2023-09-13T06:03:42.323+0900 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an unexpected new value for google_monitoring_slo.example during refresh. | |
- .calendar_period: was null, but now cty.StringVal("WEEK") | |
- .name: was cty.StringVal("projects/pokutuna-playground/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA"), but now cty.StringVal("projects/744005832574/services/gs-ReZdgRiuY5DWEldJnSA/serviceLevelObjectives/c3nU6dECTzSjFSEmMCyRyA") | |
- .rolling_period_days: was null, but now cty.NumberIntVal(0) | |
- .slo_id: was null, but now cty.StringVal("c3nU6dECTzSjFSEmMCyRyA") | |
- .user_labels: was null, but now cty.MapValEmpty(cty.String) | |
- .display_name: was null, but now cty.StringVal("example") | |
- .goal: was null, but now cty.MustParseNumberVal("0.001") | |
- .request_based_sli: block count changed from 0 to 1 | |
2023-09-13T06:03:42.325+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: diagnostic_summary=""service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$"" tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_attribute=AttributeName("service_id") diagnostic_detail= tf_req_id=ea3acbba-de19-d285-95b2-419776303492 diagnostic_severity=ERROR tf_provider_addr=registry.terraform.io/hashicorp/google tf_resource_type=google_monitoring_custom_service tf_rpc=ValidateResourceTypeConfig timestamp=2023-09-13T06:03:42.325+0900 | |
2023-09-13T06:03:42.325+0900 [ERROR] vertex "google_monitoring_custom_service.example" error: "service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:03:42.326+0900 [ERROR] vertex "google_monitoring_custom_service.example (expand)" error: "service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:03:42.326+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ValidateResourceTypeConfig diagnostic_attribute=AttributeName("calendar_period") diagnostic_detail=""calendar_period": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified." @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 tf_proto_version=5.3 tf_req_id=a425fc66-44a0-9ef9-a215-bf4aba3a6b2b tf_resource_type=google_monitoring_slo @module=sdk.proto diagnostic_severity=ERROR diagnostic_summary="Invalid combination of arguments" timestamp=2023-09-13T06:03:42.326+0900 | |
2023-09-13T06:03:42.327+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: diagnostic_detail= tf_req_id=a425fc66-44a0-9ef9-a215-bf4aba3a6b2b @module=sdk.proto diagnostic_summary=""slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$"" tf_resource_type=google_monitoring_slo tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_attribute=AttributeName("slo_id") diagnostic_severity=ERROR timestamp=2023-09-13T06:03:42.326+0900 | |
2023-09-13T06:03:42.327+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_attribute=AttributeName("service") diagnostic_severity=ERROR diagnostic_summary="Missing required argument" tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_detail="The argument "service" is required, but no definition was found." tf_resource_type=google_monitoring_slo tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=a425fc66-44a0-9ef9-a215-bf4aba3a6b2b timestamp=2023-09-13T06:03:42.326+0900 | |
2023-09-13T06:03:42.327+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: tf_req_id=a425fc66-44a0-9ef9-a215-bf4aba3a6b2b tf_resource_type=google_monitoring_slo diagnostic_attribute=AttributeName("rolling_period_days") diagnostic_severity=ERROR tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_detail=""rolling_period_days": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified." diagnostic_summary="Invalid combination of arguments" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ValidateResourceTypeConfig timestamp=2023-09-13T06:03:42.326+0900 | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example" error: Invalid combination of arguments | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example" error: "slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example" error: Missing required argument | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example" error: Invalid combination of arguments | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example (expand)" error: Invalid combination of arguments | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example (expand)" error: "slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example (expand)" error: Missing required argument | |
2023-09-13T06:03:42.327+0900 [ERROR] vertex "google_monitoring_slo.example (expand)" error: Invalid combination of arguments | |
2023-09-13T06:03:42.327+0900 [INFO] backend/local: plan operation completed | |
Planning failed. Terraform encountered an error while generating this plan. | |
╷ | |
│ Warning: Config generation is experimental | |
│ | |
│ Generating configuration during import is currently experimental, and the generated configuration format may change in future versions. | |
╵ | |
╷ | |
│ Error: Invalid combination of arguments | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 1: | |
│ (source code not available) | |
│ | |
│ "calendar_period": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified. | |
╵ | |
╷ | |
│ Error: "service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$" | |
│ | |
│ with google_monitoring_custom_service.example, | |
│ on imported.tf line 3: | |
│ (source code not available) | |
│ | |
╵ | |
╷ | |
│ Error: Invalid combination of arguments | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 5: | |
│ (source code not available) | |
│ | |
│ "rolling_period_days": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified. | |
╵ | |
╷ | |
│ Error: Missing required argument | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 6: | |
│ (source code not available) | |
│ | |
│ The argument "service" is required, but no definition was found. | |
╵ | |
╷ | |
│ Error: "slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$" | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 7: | |
│ (source code not available) | |
│ | |
╵ | |
2023-09-13T06:03:42.338+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] [transport] [server-transport 0x140015b41a0] Closing: Server.Stop called | |
2023-09-13T06:03:42.338+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: 2023/09/13 06:03:42 [DEBUG] [transport] [server-transport 0x140015b41a0] loopyWriter exiting with error: transport closed by client | |
2023-09-13T06:03:42.338+0900 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-09-13T06:03:42.340+0900 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=88271 | |
2023-09-13T06:03:42.340+0900 [DEBUG] provider: plugin exited | |
$ cat imported.tf | |
# __generated__ by Terraform | |
# Please review these resources and move them into your main configuration files. | |
# __generated__ by Terraform | |
resource "google_monitoring_custom_service" "example" { | |
display_name = "example" | |
project = "pokutuna-playground" | |
service_id = "gs-ReZdgRiuY5DWEldJnSA" | |
user_labels = {} | |
timeouts { | |
create = null | |
delete = null | |
update = null | |
} | |
} | |
# __generated__ by Terraform | |
resource "google_monitoring_slo" "example" { | |
calendar_period = "WEEK" | |
display_name = "example" | |
goal = 0.001 | |
project = "pokutuna-playground" | |
rolling_period_days = 0 | |
service = null | |
slo_id = "c3nU6dECTzSjFSEmMCyRyA" | |
user_labels = {} | |
request_based_sli { | |
distribution_cut { | |
distribution_filter = "metric.type=\"appengine.googleapis.com/http/server/response_latencies\" resource.type=\"gae_app\"" | |
range { | |
max = 1000 | |
min = -9007199254740991 | |
} | |
} | |
} | |
timeouts { | |
create = null | |
delete = null | |
update = null | |
} | |
} | |
$ TF_LOG=DEBUG terraform plan | |
2023-09-13T06:04:07.759+0900 [INFO] Terraform version: 1.5.7 | |
2023-09-13T06:04:07.759+0900 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 | |
2023-09-13T06:04:07.759+0900 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 | |
2023-09-13T06:04:07.759+0900 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 | |
2023-09-13T06:04:07.759+0900 [DEBUG] using github.com/zclconf/go-cty v1.12.2 | |
2023-09-13T06:04:07.759+0900 [INFO] Go runtime version: go1.20.7 | |
2023-09-13T06:04:07.759+0900 [INFO] CLI args: []string{"/Users/pokutuna/.asdf/installs/terraform/1.5.7/bin/terraform", "plan"} | |
2023-09-13T06:04:07.759+0900 [DEBUG] Attempting to open CLI config file: /Users/pokutuna/.terraformrc | |
2023-09-13T06:04:07.759+0900 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-09-13T06:04:07.759+0900 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2023-09-13T06:04:07.759+0900 [DEBUG] ignoring non-existing provider search directory /Users/pokutuna/.terraform.d/plugins | |
2023-09-13T06:04:07.759+0900 [DEBUG] ignoring non-existing provider search directory /Users/pokutuna/Library/Application Support/io.terraform/plugins | |
2023-09-13T06:04:07.759+0900 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2023-09-13T06:04:07.759+0900 [INFO] CLI command args: []string{"plan"} | |
2023-09-13T06:04:07.809+0900 [DEBUG] checking for provisioner in "." | |
2023-09-13T06:04:07.809+0900 [DEBUG] checking for provisioner in "/Users/pokutuna/.asdf/installs/terraform/1.5.7/bin" | |
2023-09-13T06:04:07.809+0900 [INFO] backend/local: starting Plan operation | |
2023-09-13T06:04:07.810+0900 [DEBUG] created provider logger: level=debug | |
2023-09-13T06:04:07.810+0900 [INFO] provider: configuring client automatic mTLS | |
2023-09-13T06:04:07.815+0900 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5] | |
2023-09-13T06:04:07.818+0900 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=95984 | |
2023-09-13T06:04:07.818+0900 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 | |
2023-09-13T06:04:07.856+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: configuring server automatic mTLS: timestamp=2023-09-13T06:04:07.856+0900 | |
2023-09-13T06:04:07.865+0900 [DEBUG] provider: using plugin: version=5 | |
2023-09-13T06:04:07.865+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: plugin address: address=/var/folders/n4/qzjchm1s2sxfgpxf_8wmf1wc0000gn/T/plugin259269781 network=unix timestamp=2023-09-13T06:04:07.865+0900 | |
2023-09-13T06:04:07.912+0900 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-09-13T06:04:07.913+0900 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=95984 | |
2023-09-13T06:04:07.913+0900 [DEBUG] provider: plugin exited | |
2023-09-13T06:04:07.913+0900 [DEBUG] Building and walking validate graph | |
2023-09-13T06:04:07.913+0900 [DEBUG] ProviderTransformer: "google_monitoring_custom_service.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
2023-09-13T06:04:07.913+0900 [DEBUG] ProviderTransformer: "google_monitoring_slo.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
2023-09-13T06:04:07.913+0900 [DEBUG] ReferenceTransformer: "google_monitoring_custom_service.example" references: [] | |
2023-09-13T06:04:07.913+0900 [DEBUG] ReferenceTransformer: "google_monitoring_slo.example" references: [] | |
2023-09-13T06:04:07.913+0900 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [] | |
2023-09-13T06:04:07.913+0900 [DEBUG] Starting graph walk: walkValidate | |
2023-09-13T06:04:07.913+0900 [DEBUG] created provider logger: level=debug | |
2023-09-13T06:04:07.914+0900 [INFO] provider: configuring client automatic mTLS | |
2023-09-13T06:04:07.916+0900 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5] | |
2023-09-13T06:04:07.919+0900 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=96021 | |
2023-09-13T06:04:07.919+0900 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 | |
2023-09-13T06:04:07.957+0900 [INFO] provider.terraform-provider-google_v4.82.0_x5: configuring server automatic mTLS: timestamp=2023-09-13T06:04:07.957+0900 | |
2023-09-13T06:04:07.966+0900 [DEBUG] provider: using plugin: version=5 | |
2023-09-13T06:04:07.966+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: plugin address: address=/var/folders/n4/qzjchm1s2sxfgpxf_8wmf1wc0000gn/T/plugin1014858791 network=unix timestamp=2023-09-13T06:04:07.966+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=network_services_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=eventarc_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=billing_custom_endpoint timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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=billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=cloud_build_worker_pool_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=service_networking_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=service_networking_custom_endpoint timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_attribute_path=certificate_manager_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=cloud_functions_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 @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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_aws_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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: "[access_token]"" timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=monitoring_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=storage_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=dialogflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=dialogflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=container_analysis_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: 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:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=apigee_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=beyondcorp_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=secret_manager_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.011+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=kms_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=kms_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=access_approval_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=biglake_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=biglake_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling 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:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=big_query_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=org_policy_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=access_token tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @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: "[credentials]"" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="Ensure that if an attribute is set, these are not set: "[credentials]"" tf_attribute_path=access_token tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=cloud_run_v2_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.011+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=composer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=document_ai_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=dialogflow_cx_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_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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=dialogflow_cx_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=bigquery_data_transfer_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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 '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=looker_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=looker_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=spanner_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=spanner_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_build_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=container_attached_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 '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_attached_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=alloydb_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 '.*/[^/]+/$'" @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=alloydb_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_attribute_path=storage_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=app_engine_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework 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 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=recaptcha_enterprise_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=recaptcha_enterprise_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=notebooks_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=notebooks_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_mux_provider=*proto5server.Server @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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=apikeys_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=dataflow_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_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 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=service_usage_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.012+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_attribute_path=filestore_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-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=filestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: @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/fwschemadata/data_value.go:78 tf_attribute_path=scopes tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=privateca_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=os_login_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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=datastore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=resource_manager_v3_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=resource_manager_v3_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 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=redis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=memcache_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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_resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: 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 @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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=workflows_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=gke_hub2_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub2_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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 tf_attribute_path=source_repo_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=game_services_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @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 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=iam_workforce_pool_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_tasks_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=os_config_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.012+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=document_ai_warehouse_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=sql_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=sql_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_run_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=network_security_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=cloud_asset_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=logging_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_identity_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 tf_attribute_path=datastream_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=datastream_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=ml_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_datapolicy_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=iam_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_attribute_path=vertex_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam_beta_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_beta_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=iam2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=iam2_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: @module=sdk.framework 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:78 tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=impersonate_service_account_delegates tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig 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:714 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=public_ca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.013+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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=active_directory_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=active_directory_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=database_migration_service_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=database_migration_service_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=firestore_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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 '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=firestore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_iot_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_iot_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=security_center_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=essential_contacts_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=essential_contacts_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=bigtable_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=bigtable_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_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 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=data_fusion_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 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=dataplex_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=artifact_registry_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=artifact_registry_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=tpu_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=pubsub_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=bigquery_analytics_hub_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider=*proto5server.Server 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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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_attribute_path=iam_credentials_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=core_billing_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @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=core_billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_ids_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.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=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-09-13T06:04:08.013+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-09-13T06:04:08.014+0900 | |
2023-09-13T06:04:08.014+0900 [DEBUG] provider.terraform-provider-google_v4.82.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=cloud_ids_custom_endpoint tf_req_id=594a313b-c4fa-7d41-da5b-a1fd3e15bf82 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-09-13T06:04:08.014+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: diagnostic_attribute=AttributeName("service_id") diagnostic_severity=ERROR tf_req_id=d088c868-882a-9160-e699-c73b72647860 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_detail= @module=sdk.proto diagnostic_summary=""service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$"" tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/google tf_resource_type=google_monitoring_custom_service tf_rpc=ValidateResourceTypeConfig timestamp=2023-09-13T06:04:08.022+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] vertex "google_monitoring_custom_service.example" error: "service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:04:08.022+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: diagnostic_severity=ERROR diagnostic_summary="Invalid combination of arguments" tf_proto_version=5.3 tf_resource_type=google_monitoring_slo tf_rpc=ValidateResourceTypeConfig diagnostic_attribute=AttributeName("rolling_period_days") diagnostic_detail=""rolling_period_days": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified." tf_req_id=6fbf935c-29b0-d192-cff2-e62dff18f9c8 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.proto timestamp=2023-09-13T06:04:08.022+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_attribute=AttributeName("slo_id") diagnostic_summary=""slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$"" diagnostic_detail= tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6fbf935c-29b0-d192-cff2-e62dff18f9c8 diagnostic_severity=ERROR tf_proto_version=5.3 tf_resource_type=google_monitoring_slo tf_rpc=ValidateResourceTypeConfig timestamp=2023-09-13T06:04:08.022+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: @module=sdk.proto diagnostic_severity=ERROR tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_detail="The argument "service" is required, but no definition was found." tf_resource_type=google_monitoring_slo tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/google diagnostic_attribute=AttributeName("service") diagnostic_summary="Missing required argument" tf_req_id=6fbf935c-29b0-d192-cff2-e62dff18f9c8 timestamp=2023-09-13T06:04:08.022+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] provider.terraform-provider-google_v4.82.0_x5: Response contains error diagnostic: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_attribute=AttributeName("calendar_period") tf_rpc=ValidateResourceTypeConfig diagnostic_severity=ERROR diagnostic_summary="Invalid combination of arguments" tf_req_id=6fbf935c-29b0-d192-cff2-e62dff18f9c8 @module=sdk.proto diagnostic_detail=""calendar_period": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified." tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/google tf_resource_type=google_monitoring_slo timestamp=2023-09-13T06:04:08.022+0900 | |
2023-09-13T06:04:08.022+0900 [ERROR] vertex "google_monitoring_slo.example" error: Invalid combination of arguments | |
2023-09-13T06:04:08.022+0900 [ERROR] vertex "google_monitoring_slo.example" error: "slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$" | |
2023-09-13T06:04:08.022+0900 [ERROR] vertex "google_monitoring_slo.example" error: Missing required argument | |
2023-09-13T06:04:08.022+0900 [ERROR] vertex "google_monitoring_slo.example" error: Invalid combination of arguments | |
╷ | |
│ Error: "service_id" ("gs-ReZdgRiuY5DWEldJnSA") doesn't match regexp "^[a-z0-9\\-]+$" | |
│ | |
│ with google_monitoring_custom_service.example, | |
│ on imported.tf line 8, in resource "google_monitoring_custom_service" "example": | |
│ 8: service_id = "gs-ReZdgRiuY5DWEldJnSA" | |
│ | |
╵ | |
╷ | |
│ Error: Invalid combination of arguments | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 19, in resource "google_monitoring_slo" "example": | |
│ 19: calendar_period = "WEEK" | |
│ | |
│ "calendar_period": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified. | |
╵ | |
╷ | |
│ Error: Invalid combination of arguments | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 23, in resource "google_monitoring_slo" "example": | |
│ 23: rolling_period_days = 0 | |
│ | |
│ "rolling_period_days": only one of `calendar_period,rolling_period_days` can be specified, but `calendar_period,rolling_period_days` were specified. | |
╵ | |
╷ | |
│ Error: Missing required argument | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 24, in resource "google_monitoring_slo" "example": | |
│ 24: service = null | |
│ | |
│ The argument "service" is required, but no definition was found. | |
╵ | |
╷ | |
│ Error: "slo_id" ("c3nU6dECTzSjFSEmMCyRyA") doesn't match regexp "^[a-z0-9\\-]+$" | |
│ | |
│ with google_monitoring_slo.example, | |
│ on imported.tf line 25, in resource "google_monitoring_slo" "example": | |
│ 25: slo_id = "c3nU6dECTzSjFSEmMCyRyA" | |
│ | |
╵ | |
2023-09-13T06:04:08.024+0900 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-09-13T06:04:08.025+0900 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.82.0/darwin_arm64/terraform-provider-google_v4.82.0_x5 pid=96021 | |
2023-09-13T06:04:08.025+0900 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment