Small acc test fixes (#279)
This commit is contained in:
parent
d1ceb77081
commit
9d3d888178
3 changed files with 7 additions and 3 deletions
|
|
@ -65,7 +65,9 @@ var (
|
|||
|
||||
func ArgusProviderConfig() string {
|
||||
if ArgusCustomEndpoint == "" {
|
||||
return `provider "stackit" {}`
|
||||
return `provider "stackit" {
|
||||
region = "eu01"
|
||||
}`
|
||||
}
|
||||
return fmt.Sprintf(`
|
||||
provider "stackit" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue