Introduction If you're using Terraform for IAAC with AWS, you might have probably declared the provider like this in your code: provider "aws" { region = "us-west-2" } [caption id="attachment_73692" align="aligncenter" width="625"] terraform + aws[/caption] And it worked. So you left it alone. Then one day, someone tries to use...