opentofu/config/test-fixtures/terraform-backend-multi.tf
2017-01-26 14:33:49 -08:00

5 lines
50 B
HCL

terraform {
backend "s3" {}
backend "s4" {}
}