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 b8b82bb commit a60114b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ 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 a60114b

Please sign in to comment.