Adds Bucket Deletion by Default

This commit is contained in:
2024-10-19 23:02:52 -03:00
parent 7ea606cabf
commit a390e8a785

View File

@@ -13,6 +13,8 @@ terraform {
resource "aws_s3_bucket" "default" {
bucket = "${var.project_name}-bucket"
force_destroy = true
}
resource "aws_s3_bucket_public_access_block" "bucket_public_disabled" {