Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsut committed Oct 10, 2024
1 parent d271da3 commit a510581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ data "aws_iam_policy_document" "main" {
resource "aws_iam_policy" "main" {
name = var.name
policy = data.aws_iam_policy_document.main.json
tags = var.tags
}

data "aws_iam_policy_document" "instance_assume_role_policy" {
Expand Down

0 comments on commit a510581

Please sign in to comment.