mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
9a5e5bb5fc
commit
a54bb124a9
@ -436,10 +436,15 @@ values are not interpreted as string templates.
|
||||
```json
|
||||
{
|
||||
"provider": {
|
||||
"aws": {
|
||||
"alias": "usw1",
|
||||
"region": "us-west-1"
|
||||
}
|
||||
"aws": [
|
||||
{
|
||||
"region": "us-east-1"
|
||||
},
|
||||
{
|
||||
"alias": "usw1",
|
||||
"region": "us-west-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user