Skip to content

Commit

Permalink
Merge pull request #19 from jluevan13/s3-changes
Browse files Browse the repository at this point in the history
another onev12
  • Loading branch information
jluevan13 authored Mar 7, 2023
2 parents 17af1ed + a211bf2 commit 2ad7d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "aws_s3_bucket" "data" {
# bucket is not encrypted
# bucket does not have access logs
# bucket does not have versioning
# this is a change
bucket = "${local.resource_prefix.value}-data"
force_destroy = true
tags = merge({
Expand Down

0 comments on commit 2ad7d56

Please sign in to comment.