mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 19:16:50 +02:00
feat: Add tags on additional IAM resources like IAM policies, instance profile, OIDC provider (#1321)
This commit is contained in:
@@ -453,6 +453,7 @@ resource "aws_iam_instance_profile" "workers" {
|
||||
)
|
||||
|
||||
path = var.iam_path
|
||||
tags = var.tags
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
|
||||
Reference in New Issue
Block a user