Skip to content

Commit

Permalink
add tags (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: liyin <[email protected]>
  • Loading branch information
liyin00 and liyin authored Dec 16, 2024
1 parent e99a014 commit f2015b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ resource "aws_s3_bucket" "main" {
for_each = var.s3_buckets

bucket = each.value.bucket

tags_all = var.tags
}

resource "aws_s3_bucket_server_side_encryption_configuration" "main" {
Expand Down

0 comments on commit f2015b3

Please sign in to comment.