Using cfnText on Tags to handle Fn
#12
Replies: 2 comments 2 replies
-
|
not often use Tag myself but from the doc can't tell it could be intrinsic fn https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html it kind of make sense to me that Value can be intrinsic fn, but does |
Beta Was this translation helpful? Give feedback.
-
|
btw, dhall-aws-cloudformation/src/Dhall/Cloudformation.hs Lines 173 to 174 in 27b658e pull request is welcome if you are keen to make the change |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying this library and understanding how to replicate some Cloudformation templates into it. I found the following obstacle:
There are times I use
!Subon tags like this:The problem I see is that both key and value are defined as Text, according to
Tag.dhall. I created a fork where I replaced the type withCfnText, so it is possible to perform this kind of operations into tags.Is there any reason to use
Textinstead ofCfnTextfor tags?Beta Was this translation helpful? Give feedback.
All reactions