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
How could one add to the config section of a declared provider a key value pair where the value is an expression that should not be evaluated while running terramate generate ?
I have tried $$ to escape the $ sign - no luck here as the $$ combo appeared as is in the generated providers file
I have tried to use tm_hcl_expression (slim shot) but terramate generate just issued an error back
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there,
How to generate the following block in output providers terraform file ?
Based on the example for generating providers programmatically
How could one add to the config section of a declared provider a key value pair where the value is an expression that should not be evaluated while running
terramate generate
?$$
to escape the$
sign - no luck here as the$$
combo appeared as is in the generated providers filetm_hcl_expression
(slim shot) butterramate generate
just issued an error backBeta Was this translation helpful? Give feedback.
All reactions