chore(docs): use new 'default_region' provider attribute (#793)

instead of deprecated 'region' attribute
This commit is contained in:
Ruben Hönle 2025-04-30 11:51:59 +02:00 committed by GitHub
parent 220d33574b
commit 4d93772fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 39 additions and 39 deletions

View file

@ -155,7 +155,7 @@ To use beta resources in the STACKIT Terraform provider, follow these steps:
```hcl
provider "stackit" {
region = "eu01"
default_region = "eu01"
enable_beta_resources = true
}
```
@ -180,7 +180,7 @@ To enable experiments set the experiments field in the provider definition:
```hcl
provider "stackit" {
region = "eu01"
default_region = "eu01"
experiments = ["iam"]
}
```