Hello,
Whenever I try to run Terraform part of this exercise (4.1.6)
cd terraform
terraform init
terraform plan
terraform apply
I get exit:code 1 error whenever I try to run terraform plan. What to do? The previous steps I did correctly I believe.
Hello @san_mir,
I could reproduce your issue with terraform plan. It seems you need to check the lines you uncomment in part 4.1.4. to uncomment only lines 1-15 from exctract_ job in main.tf
and lines 5-20 in outputs.tf
. Make sure to keep the rest of modules commented, thanks:
1 Like