terraform/config/testdata/terraform-backend.tf

6 lines
51 B
HCL

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