Skip to content

Commit

Permalink
fix: adding missing purpose field for ephemeral keys (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
elatovg authored Jul 20, 2022
1 parent c28453c commit 1d6b259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "google_kms_crypto_key" "key_ephemeral" {
name = var.keys[count.index]
key_ring = google_kms_key_ring.key_ring.id
rotation_period = var.key_rotation_period
purpose = var.purpose

lifecycle {
prevent_destroy = false
Expand Down

0 comments on commit 1d6b259

Please sign in to comment.