terraform: rename deprecated field for STACKIT (#3753)

This commit is contained in:
Moritz Sanft 2025-04-10 14:53:00 +02:00 committed by GitHub
parent 4db767d89a
commit 620b4c7da4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ provider "openstack" {
}
provider "stackit" {
region = "eu01"
default_region = "eu01"
}