Skip to content

Commit

Permalink
feat: Add missed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Aug 8, 2024
1 parent 28fee68 commit 3a3a93e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ resource "aws_iam_policy" "cluster_elb_service_role" {

name = "${module.label.id}-ServiceRole"
policy = one(data.aws_iam_policy_document.cluster_elb_service_role[*].json)

tags = module.this.tags
}

resource "aws_iam_role_policy_attachment" "cluster_elb_service_role" {
Expand Down

0 comments on commit 3a3a93e

Please sign in to comment.