Fix failing tests for CloudSQL

This commit is contained in:
Wiktor Niesiobędzki
2024-08-08 17:56:58 +00:00
committed by Wiktor Niesiobędzki
parent c5fcbbfca8
commit 251339de6e

View File

@@ -171,6 +171,9 @@ module "db" {
tier = "db-g1-small"
gcp_deletion_protection = false
terraform_deletion_protection = false
depends_on = [
google_kms_crypto_key_iam_binding.encrypt_decrypt
]
}
# tftest modules=1 resources=2 fixtures=fixtures/cloudsql-kms-iam-grant.tf e2e