We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596cf4a commit 6055970Copy full SHA for 6055970
1 file changed
main.tf
@@ -1,5 +1,5 @@
1
provider "aws" {
2
- region = "us-gov-west-1"
+ region = var.aws_region
3
}
4
5
module "vpc" {
0 commit comments