-
Notifications
You must be signed in to change notification settings - Fork 197
Intrisic helper Select redering base64 encoded value #362
Comments
Using This is happening because of Reading https://golang.org/pkg/fmt/ see that for integer it says https://gist.github.com/tnsardesai/b697eefd35c09dfeed4cde5eaf535851
|
That's worked thanks very much for taking the time to look into this @tnsardesai. |
@rubenfonseca I had also problems in past with
to
or
|
Hi everyone, thank you for the input! I was thinking changing the Sprintf template for the index from
Does this make sense to solve this and other problems? |
I believe this is good idea |
There seems to be an issue with rendering the to JSON or YAML from the Select intrinsic helper function.
See the below render:
which is produced by:
I initially thought this was when you embedded calls to intrisic helpers within one another for example see render:
Produced from:
However the issue only seems to be when using Select, as calls from GetAZs work as expected, see below:
Produced from:
I'm making use of the goformation JSON() and YAML() render functions and both produce the same resulting hash. Which makes me think the issue is probably somewhere in the Select() codebase.
Please let me know if you need any more detail.
Thanks for the great work so far with goformation!
The text was updated successfully, but these errors were encountered: