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 bc93323 commit b4e4cfdCopy full SHA for b4e4cfd
main.tf
@@ -184,6 +184,8 @@ data "aws_iam_policy_document" "assume_role_policy" {
184
resource "aws_iam_role" "ecs_exec" {
185
name_prefix = local.ecs.iam.name_prefix
186
assume_role_policy = data.aws_iam_policy_document.assume_role_policy.json
187
+
188
+ tags = local.default_tags
189
}
190
191
resource "aws_iam_role_policy_attachment" "ecs_exec" {
@@ -380,6 +382,8 @@ module "internal_alb_kong" {
380
382
]
381
383
384
385
386
387
388
389
################################################################################
0 commit comments