You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I need to configure the components for CloudFront and ACM based on their environment type. This can be achieved for each component individually by vendoring tem and then placing a Condition statement inside their templates. However, this is not a dynamic approach as it requires hard-coding the condition.
What would be nice is to have a dynamic Condition that is passed down to the desired templates. This can then be referenced in a component's config.
I have a use case where I need to configure the components for CloudFront and ACM based on their environment type. This can be achieved for each component individually by vendoring tem and then placing a
Condition
statement inside their templates. However, this is not a dynamic approach as it requires hard-coding the condition.What would be nice is to have a dynamic Condition that is passed down to the desired templates. This can then be referenced in a component's config.
An example of this may look like:
The text was updated successfully, but these errors were encountered: