Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 8c09a13

Browse files
authored
Add common tags to IAM role (#32)
1 parent e0be087 commit 8c09a13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ resource "aws_iam_role" "this" {
175175
]
176176
}
177177
EOF
178+
179+
tags = local.common_tags
178180
}
179181

180182
resource "aws_iam_role_policy_attachment" "ssm" {

0 commit comments

Comments
 (0)