mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #24942 from izeau/patch-1
website/docs: provider aliases in the JSON format
This commit is contained in:
commit
95ad52de11
@ -436,10 +436,15 @@ values are not interpreted as string templates.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"provider": {
|
"provider": {
|
||||||
"aws": {
|
"aws": [
|
||||||
"alias": "usw1",
|
{
|
||||||
"region": "us-west-1"
|
"region": "us-east-1"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"alias": "usw1",
|
||||||
|
"region": "us-west-1"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user