Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: rollback on prevent_destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienJabs committed Nov 19, 2024
1 parent 12bc540 commit 7a2e0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/encryption/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ resource "google_kms_crypto_key" "this" {

# CKV_GCP_82: "Ensure KMS keys are protected from deletion"
lifecycle {
prevent_destroy = false
prevent_destroy = true
}
}

0 comments on commit 7a2e0d3

Please sign in to comment.