Skip to content

Instantly share code, notes, and snippets.

@amacal
Created November 23, 2020 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amacal/9e8c3cf52a25f97f7c9986ac077f6417 to your computer and use it in GitHub Desktop.
Save amacal/9e8c3cf52a25f97f7c9986ac077f6417 to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "data" {
bucket = "wikipedia-${var.account_id}"
force_destroy = true
lifecycle_rule {
id = "abort-multipart-upload"
enabled = true
abort_incomplete_multipart_upload_days = 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment