Hi @tung ,
Is it possible to detail the Terraspace documentation regarding these variables (I don’t know how we should call them)
:PROJECT
:TYPE_DIR
:APP
:ROLE
:MOD_NAME
:ENV
:EXTRA
:LOCATION
...
Can you have a list with all these special variables used by Terraspace please?
There is one a bit confused. :LOCATION and :REGION, it’s the same thing?
on config/app.rb, it’s :REGION and on the terraform backend (for azurrerm for example), it’s :LOCATION
I understand that we can set TS_APP env var for defining :APP from export command (same for :ENV with TS_ENV)
But overall, I am a bit lost with these special (but very useful) variables… can you clarify these special variables please?
Like can we do
export TS_MY_VARIABLE='boltops' && terraspace build demo
then I can use :MY_VARIABLE/ in app.rb or my azure backend tfstate key expansion??
Hope my request is clear. Thanks!