Skip to content

Commit

Permalink
Fix region
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Jan 24, 2024
1 parent d2f87e4 commit 73328c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/examples/scenarios/ec2-tproxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func RegisterScenario(r scenarios.ScenarioRegistry) {
func getTerraformVars(tfResName string) scenarios.TerraformInputVarsHook {
return func() (map[string]interface{}, error) {
vars := map[string]interface{}{
"region": "us-west-1",
"region": "us-east-1",
"name": tfResName,
}

Expand Down

0 comments on commit 73328c2

Please sign in to comment.