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

5 lines
50 B
HCL

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