-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Describe the Feature
It is not currently possible to set terraform_workspace_pattern globally. This results in all of my components having a block similar to:
components:
terraform:
network:
metadata:
terraform_workspace_pattern: "{component}"
...
Expected Behavior
setting terraform_workspace_pattern in a global context should considered when evaluating terraform workspace name.
Use Case
The default of {stage}-{component} is redundant/unneeded for my situation as I keep each stage's state files in a separate respective AWS account / bucket so there is no chance of conflicts.
Describe Ideal Solution
It would be useful to allow setting terraform_workspace_pattern in atmos.yaml to DRY up component declarations.
Alternatives Considered
No response
Additional Context
No response
Reactions are currently unavailable