opentofu/config/test-fixtures/dir-override/foo_override.tf.json
Mitchell Hashimoto 038cca291e config: HCL loader
2014-08-11 09:58:53 -07:00

10 lines
128 B
JSON

{
"resource": {
"aws_instance": {
"web": {
"foo": "bar"
}
}
}
}