May 17 2022
01:19 PM
- last edited on
Mar 05 2024
01:44 PM
by
TechCommunityAP
May 17 2022
01:19 PM
- last edited on
Mar 05 2024
01:44 PM
by
TechCommunityAP
I'm trying to deploy different sites with terraform(at this moment we are deploying in a manual way) for that I follow next steps
I want to send the values mypackagename & mypackagepath, but instead of send values it is passing the name of variables "$mypackagename" & "$(env:mypackagepath)"
Is possible send the values of my variables ?