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

10 lines
91 B
JSON

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