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 pengq-google committed May 21, 2024
1 parent a7bdf6c commit 8ce63e1
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 8ce63e1

Please sign in to comment.