Small acc test fixes (#279)

This commit is contained in:
Vicente Pinto 2024-02-26 16:01:12 +00:00 committed by GitHub
parent d1ceb77081
commit 9d3d888178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -65,7 +65,9 @@ var (
func ArgusProviderConfig() string {
if ArgusCustomEndpoint == "" {
return `provider "stackit" {}`
return `provider "stackit" {
region = "eu01"
}`
}
return fmt.Sprintf(`
provider "stackit" {