Open
Description
Not sure if this is an issue/improvement or just a question...
After successfully and happy using your module for 1+ year, I noticed many IAM policies / roles created with names like terraform-20220315113738630100000001
.
This because in iam.tf several resources do not have the name
property set:
resource "aws_iam_policy" "cluster_instance_policy" {
description = "cluster-instance-policy-${var.component}-${var.deployment_identifier}-${var.cluster_name}"
policy = local.cluster_instance_policy_contents
}
Is this by design? Or should I change this issue into a "Feature Request" (or "Bugfix") and provide a PR with the name
set like the description
?
Metadata
Metadata
Assignees
Labels
No labels