feat: Add tags on additional IAM resources like IAM policies, instance profile, OIDC provider (#1321)

This commit is contained in:
Ivan Sukhomlyn
2021-05-04 22:55:49 +03:00
committed by GitHub
parent 2a78efd082
commit c12c186432
7 changed files with 14 additions and 3 deletions

View File

@@ -563,6 +563,7 @@ resource "aws_iam_instance_profile" "workers_launch_template" {
local.default_iam_role_id,
)
path = var.iam_path
tags = var.tags
lifecycle {
create_before_destroy = true