Skip to content
Snippets Groups Projects
Commit 850df70b authored by nimrod's avatar nimrod
Browse files

Ignore files in the S3 bucket when destroying.

For cases like moving to a different region.
parent fa78f84e
No related branches found
No related tags found
No related merge requests found
resource "aws_s3_bucket" "payloads" { resource "aws_s3_bucket" "payloads" {
bucket = local.Name bucket = local.Name
tags = local.common_tags tags = local.common_tags
acl = "private" acl = "private"
force_destroy = true
versioning { versioning {
enabled = true enabled = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment