terraform/config/test-fixtures/terraform-backend.tf.json

10 lines
127 B
JSON

{
"terraform": [{
"backend": [{
"s3": {
"foo": "bar"
}
}]
}]
}