I created my first web service and its stuck at provisioning
Hi @Anil_Karaniya ,
You hit a bug! (that we are going to fix right away)
But you did so using the wrong environment variable syntax ${{ something.SOMETHING_OTHER }}
.
The docs suggest how to use them. Either set a value, or use the {{ OTHER_VAR }}
syntax to interpolate other variables, or the special syntax {{ secret.SECRET_NAME }}
to refer to and interpolate from a secret when defining an environment variable.
Cheers