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

10 lines
91 B
JSON

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