terraform/config/test-fixtures/terraform-backend.tf

6 lines
51 B
Terraform
Raw Normal View History

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