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

6 lines
51 B
HCL

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