terraform/config/testdata/terraform-backend-multi.tf

5 lines
50 B
Terraform
Raw Normal View History

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