Skip to content

Commit

Permalink
Add missing depends_on in TestAccComputeImage_imageEncryptionKey (Goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored and kapreus committed Jan 2, 2024
1 parent 3d4081d commit d2e8787
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ resource "google_compute_image" "image" {
kms_key_self_link = data.google_kms_crypto_key.key.id
kms_key_service_account = google_service_account.test.email
}
depends_on = [
google_kms_crypto_key_iam_member.crypto_key
]
}
`, kmsRingName, kmsKeyName, suffix, suffix)
}

0 comments on commit d2e8787

Please sign in to comment.