mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-25 23:00:56 -05:00
* Add test structure to views package for rendering test output * Add test file HCL configuration and parser functionality * address comments
18 lines
213 B
JSON
18 lines
213 B
JSON
{
|
|
"variable": {
|
|
"input": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"resource": {
|
|
"foo_resource": {
|
|
"a": {
|
|
"value": "${var.input}"
|
|
}
|
|
},
|
|
"bar_resource": {
|
|
"c": {}
|
|
}
|
|
}
|
|
}
|