Told you, we love sharing!
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” } And it worked. So you left it alone. Then one day, someone tries to use a newer module… and Terraform throws a special error: Error: unsupported argument […]