We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619ee44 commit e463198Copy full SHA for e463198
lab02/variables.tf
@@ -1,6 +1,6 @@
1
variable "region" {
2
description = "AWS Region where this infrastructure should be deployed"
3
- default = "us-east-2"
+ default = "us-west-2"
4
}
5
6
variable "identity" {
0 commit comments