Description
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
I would like to be able to alter the label_order property of the labels used for iam resources.
That is to keep the names shorter.
While you can have a name generated like tenant-namespace-environment-stage-name-attributes
, it may actually not be desirable when you split your environments e.g. by teams, specific workloads or other criteria.
The way i would like to do the naming is something like:
Cluster = name
Service = name
IAM Roles = environment-name-attributes
Expected Behavior
I would like to be able to specify either an iam_role_label_order
or iam_task_role_label_order
and iam_execution_role_label_order
variable to satisfy my needs.
Use Case
See Describe the feature
Describe Ideal Solution
See Expected Behavior
Alternatives Considered
Using a different value for the name variable, but that would be ugly.
Additional Context
I'd be happy to implement this, should be easy and non-breaking.