mirror of https://github.com/hashicorp/terraform
Merge pull request #12944 from hashicorp/jbardin/GH-12919
restructure JSON terraform config block ASTpull/12967/head
commit
eb027a4483
@ -0,0 +1,9 @@
|
||||
{
|
||||
"terraform": {
|
||||
"backend": {
|
||||
"s3": {
|
||||
"foo": "bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue