Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomantys committed Dec 13, 2024
1 parent 96f1269 commit 6663fff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ resource "aws_iam_policy" "extra_custom_policy" {
)

description = "Provides extra custom policy to the '${var.bucket_name}' S3 bucket"

tags = local.common_tags

lifecycle {
ignore_changes = [
tags["CreateTimestamp"]
]
}
}

0 comments on commit 6663fff

Please sign in to comment.