From 9dba123e87b41f6f1eefa28d52be2384fa3dd21b Mon Sep 17 00:00:00 2001 From: Abdus Quadri Date: Tue, 28 Nov 2023 13:58:05 -0600 Subject: [PATCH 1/2] Create test.txt --- app/test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/test.txt 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 From 23aa5be96620e4af1b6b59011b1d0419eb15d623 Mon Sep 17 00:00:00 2001 From: abdus quadri Date: Wed, 6 Dec 2023 13:38:19 -0500 Subject: [PATCH 2/2] force destroy change --- files/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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