Fix E2E test failures for Cloud Run v2, KMS, Compute VM, and update GEMINI.md (#3953)
* Update Cloud Run v2 GPU examples in README Remove launch_stage = "BETA" from examples as it now defaults to GA in the provider. This fixes E2E test failures where the API returns GA. Reference: https://github.com/hashicorp/terraform-provider-google/pull/17029 TAG=agy * Fix KMS and Compute VM E2E test failures Update README examples to avoid conflicts and unsupported modes, and update corresponding inventories. TAG=agy * Add instruction to run a single specific example test in GEMINI.md TAG=agy
This commit is contained in:
committed by
GitHub
parent
48b62ea918
commit
91fe329aca
@@ -67,7 +67,7 @@ values:
|
||||
module.kms.google_kms_crypto_key_iam_member.members["key-b:key-b-iam1"]:
|
||||
condition: []
|
||||
member: group:organization-admins@example.org
|
||||
role: roles/cloudkms.cryptoKeyEncrypterDecrypter
|
||||
role: roles/cloudkms.viewer
|
||||
module.kms.google_kms_key_ring.default[0]:
|
||||
location: europe-west8
|
||||
name: test-test
|
||||
|
||||
Reference in New Issue
Block a user