terraform/config/testdata/terraform-backend.tf.json

10 lines
127 B
JSON

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