Skip to content

Commit

Permalink
another onev12
Browse files Browse the repository at this point in the history
  • Loading branch information
jluevan13 committed Mar 7, 2023
1 parent bca9210 commit a211bf2
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 a211bf2

Please sign in to comment.