-
Hi all, I'm trying to use the resource snowflake_procedure but I must say the example is rather simple and somehow I'm not able to make this work. Let's say I have this normal procedure:
I'm trying to move this to terraform to something like this but it's failing because of the {} I believe:
Is there a way I can do this without escaping every single {}? maybe it's just me but in the documentation examples it would really help me to visualize things if I had a terraform example vs a snowflake sql example when possible |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm testing now to see if this works but maybe I just need to replace ${ with ${{ if I understood this correctly: |
Beta Was this translation helpful? Give feedback.
I'm testing now to see if this works but maybe I just need to replace ${ with ${{ if I understood this correctly:
https://www.terraform.io/language/expressions/strings