terraform/internal/command/testdata/plan-out-backend/main.tf

9 lines
87 B
Terraform
Raw Normal View History

2017-01-19 05:50:45 +01:00
terraform {
backend "http" {
}
2017-01-19 05:50:45 +01:00
}
resource "test_instance" "foo" {
ami = "bar"
2017-01-19 05:50:45 +01:00
}