Skip to content

Commit

Permalink
fixed s3 bucket tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bakhmetev committed Sep 16, 2024
1 parent 6747260 commit b46948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-aws-s3-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "name" {
resource "aws_s3_bucket" "this" {
bucket = local.bucket_name

tags = module.this.tags
tags = module.name.tags
}

resource "aws_s3_bucket_versioning" "this" {
Expand Down

0 comments on commit b46948c

Please sign in to comment.