terraform/config/testdata/terraform-backend.tf

6 lines
51 B
Terraform
Raw Normal View History

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