Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Aug 10, 2021
1 parent 6e216ea commit e9c5cc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ resource "google_storage_bucket" "org_terraform_state" {
dynamic "encryption" {
for_each = var.encrypt_gcs_bucket_tfstate ? ["encryption"] : []
content {
# default_kms_key_name = google_kms_crypto_key.gcs_key[0].id
default_kms_key_name = module.kms[0].keys["${var.project_prefix}-key"]
}
}
Expand Down

0 comments on commit e9c5cc1

Please sign in to comment.