Hello, I'm getting this error message "The VCD entity network "nat" does not exist." when trying to start a VM with terraform on vcloud director, does anyone know why?
ranger81 joined the channel
zerocoolback joined the channel
Seafire has quit
al-damiri joined the channel
User458764 joined the channel
toky joined the channel
User458764 has quit
leow joined the channel
iamchrisf joined the channel
ranger81 joined the channel
ivanjaros joined the channel
e joined the channel
impi joined the channel
munhitsu_ has quit
jeremy_carroll has quit
grepory has quit
jeremy_carroll joined the channel
adriam has quit
munhitsu_ joined the channel
adriam joined the channel
grepory joined the channel
benhouse joined the channel
adriam has quit
dabdine joined the channel
User458764 joined the channel
User458764 has quit
User458764 joined the channel
cryomatter has quit
adriam joined the channel
adriam has quit
User458764 has quit
devth
i'm running Terraform in CI in ephemeral docker containers. this means I need to `terraform init` every single run / every single step right?
ttys0 joined the channel
sergey_ joined the channel
User458764 joined the channel
why doesn't terraform init let me specify the dir where all my TF files are, similar to apply and plan?
adamdecaf
devth: you only `terraform init` to create a new tf config
if you alreay have .tf/.tf.json files you don't need to run `init`
i tried a few things like specifying -backend-config and cd'ing into the dir but i think it's getting confused as the next `terraform plan ...` invocation says i need to init
"Failed to load backend: Initialization required. Please see the error message above. "
ivanjaros has quit
User458764 has quit
User458764 joined the channel
User458764 has quit
User458764 joined the channel
ivanjaros joined the channel
holybit joined the channel
martineg_ has quit
alexbst joined the channel
holybit has quit
User458764 has quit
iamchrisf joined the channel
toky has quit
luch0 joined the channel
geggam joined the channel
geggam
so
I used to do this user_data = "${replace(data.template_file.user_data.rendered,"#ROLE", "hipaa-api-blue")}"
now it seems i am not able to do this since i upgraded
how do i get a common template with variables i can inject per asg ?
autoscale group
or do i just put a template resource in each asg ?