Skip to content

Commit

Permalink
Force destroy buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 19, 2024
1 parent 28cda6a commit f82e3e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions preview.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ locals {

resource "aws_s3_bucket" "bucket" {
bucket = "gatech-me-robojackets-bpm-preview-${replace(var.ref, "/", "-")}"

force_destroy = true
}

resource "aws_s3_bucket_public_access_block" "block_public_access" {
Expand Down

0 comments on commit f82e3e2

Please sign in to comment.