Skip to content

Commit

Permalink
Fix failing tests for CloudSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Aug 8, 2024
1 parent c5fcbbf commit 251339d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/cloudsql-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 251339d

Please sign in to comment.