diff --git a/app/test.txt b/app/test.txt new file mode 100644 index 0000000..90bfcb5 --- /dev/null +++ b/app/test.txt @@ -0,0 +1 @@ +this is a test diff --git a/files/main.tf b/files/main.tf index fc17221..592cb81 100644 --- a/files/main.tf +++ b/files/main.tf @@ -31,7 +31,7 @@ resource "aws_s3_bucket" "financials" { bucket = "${local.resource_prefix.value}-financials" region = "us-west-2" acl = "private" - force_destroy = true + force_destroy = false tags = { Name = "${local.resource_prefix.value}-financials" Environment = local.resource_prefix.value