opentofu/command/testdata/plan-out-backend/main.tf
2019-06-30 10:16:15 +02:00

9 lines
87 B
HCL

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