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

6 lines
51 B
HCL

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