opentofu/command/test-fixtures/plan-out-backend/main.tf
2017-01-26 14:33:49 -08:00

10 lines
113 B
HCL

terraform {
backend "http" {
test = true
}
}
resource "test_instance" "foo" {
ami = "bar"
}