opentofu/config/testdata/terraform-backend.tf.json
2019-06-30 10:16:15 +02:00

10 lines
127 B
JSON

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