We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fee68 commit 98ef10cCopy full SHA for 98ef10c
iam.tf
@@ -78,6 +78,8 @@ resource "aws_iam_policy" "cluster_elb_service_role" {
78
79
name = "${module.label.id}-ServiceRole"
80
policy = one(data.aws_iam_policy_document.cluster_elb_service_role[*].json)
81
+
82
+ tags = module.this.tags
83
}
84
85
resource "aws_iam_role_policy_attachment" "cluster_elb_service_role" {
0 commit comments