mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 18:00:45 -05:00
23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"format_version": "0.1",
|
|
"terraform_version": "0.12.1-dev",
|
|
"planned_values": {
|
|
"root_module": {}
|
|
},
|
|
"configuration": {
|
|
"root_module": {
|
|
"module_calls": {
|
|
"my_module": {
|
|
"source": "./modules",
|
|
"module": {
|
|
"module_calls": {
|
|
"more": {
|
|
"module": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |