Skip to content

Commit

Permalink
Add common tags to IAM role (int128#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Sep 20, 2020
1 parent e0be087 commit 8c09a13
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 @@ -175,6 +175,8 @@ resource "aws_iam_role" "this" {
]
}
EOF

tags = local.common_tags
}

resource "aws_iam_role_policy_attachment" "ssm" {
Expand Down

0 comments on commit 8c09a13

Please sign in to comment.