wardviaene / terraform-course

Course files for my Udemy course about Terraform
https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/?couponCode=TERRAFORM_GIT
1.58k stars 4.02k forks source link

All demos have hard-coded region #34

Open chadfurman opened 4 years ago

chadfurman commented 4 years ago

I copied over my vars.tf and my terraform.tfvars file and yet demo-8 (probably others) still tried to apply to us-west-1 despite my settings as us-east-1

chadfurman commented 4 years ago

Specifically, the VPC subnets were being made in eu-west-1 etc