feat: region adjustment serverupdate (#742)

This commit is contained in:
Marcel Jacek 2025-03-31 09:56:54 +02:00 committed by GitHub
parent 435de4c9eb
commit 862db91f84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 196 additions and 76 deletions

View file

@ -360,7 +360,8 @@ func ServerUpdateProviderConfig() string {
if ServerUpdateCustomEndpoint == "" {
return `
provider "stackit" {
region = "eu01"
default_region = "eu01"
enable_beta_resources = true
}`
}
return fmt.Sprintf(`