Skip to content

Commit

Permalink
set force_destroy=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 26, 2020
1 parent 880d303 commit 62a4e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ locals {
# s3 bucket
#---
resource "aws_s3_bucket" "this" {
bucket = var.bucket_name
acl = "private"
bucket = var.bucket_name
acl = "private"
force_destroy = true

server_side_encryption_configuration {
rule {
Expand Down

0 comments on commit 62a4e33

Please sign in to comment.