Skip to content

Commit 30777b7

Browse files
authored
fix: wrong region in DSAG solutions for trial (#359)
Co-authored-by: Christian Lechner <[email protected]>
1 parent 3a968f1 commit 30777b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

released/dsag/betriebstag2024/exercises/EXERCISE4/SOLUTION_EX4/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "globalaccount" {
99
variable "region" {
1010
type = string
1111
description = "The region where the project account shall be created in."
12-
default = "eu10"
12+
default = "us10"
1313
}
1414

1515
###

released/dsag/betriebstag2024/exercises/EXERCISE5/SOLUTION_EX5/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "globalaccount" {
99
variable "region" {
1010
type = string
1111
description = "The region where the project account shall be created in."
12-
default = "eu10"
12+
default = "us10"
1313
}
1414

1515
###

released/dsag/betriebstag2024/exercises/EXERCISE6/SOLUTION_EX6/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "globalaccount" {
99
variable "region" {
1010
type = string
1111
description = "The region where the project account shall be created in."
12-
default = "eu10"
12+
default = "us10"
1313
}
1414

1515
###

0 commit comments

Comments
 (0)