Skip to content

Commit

Permalink
undo the removal of kms_prevent_destroy in 0-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eeaton committed Jun 24, 2024
1 parent 80d7fcf commit 29e0ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module "seed_bootstrap" {
project_prefix = var.project_prefix
encrypt_gcs_bucket_tfstate = true
key_rotation_period = "7776000s"
kms_prevent_destroy = !var.bucket_tfstate_kms_force_destroy

project_labels = {
environment = "bootstrap"
Expand Down

0 comments on commit 29e0ec8

Please sign in to comment.