Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-hamm committed Apr 30, 2024
1 parent a60114b commit 092b125
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ resource "google_kms_crypto_key" "gke-encryption-key" {
name = "streamnative-gke-encryption-key"
key_ring = google_kms_key_ring.keyring[0].id
rotation_period = "12960000s" #150 days

lifecycle {
prevent_destroy = false
}
}

locals {
Expand Down

0 comments on commit 092b125

Please sign in to comment.