Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 2, 2024
1 parent 7679adf commit 1ca034d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions s3-config-org/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ locals {
}

resource "aws_s3_bucket" "config_org" {
bucket = local.bucket_name
force_destroy = var.force_destroy
bucket = local.bucket_name
# force_destroy = var.force_destroy
force_destroy = false

lifecycle {
prevent_destroy = false
Expand Down

0 comments on commit 1ca034d

Please sign in to comment.