chore(docs): use new 'default_region' provider attribute (#793)
instead of deprecated 'region' attribute
This commit is contained in:
parent
220d33574b
commit
4d93772fd2
14 changed files with 39 additions and 39 deletions
|
|
@ -15,7 +15,7 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https:
|
|||
|
||||
```hcl
|
||||
provider "stackit" {
|
||||
region = "eu01"
|
||||
default_region = "eu01"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue