route/vendor/github.com/hashicorp/terraform/backend/local/test-fixtures/apply/main.tf

4 lines
51 B
Terraform
Raw Normal View History

2017-12-02 23:34:35 +00:00
resource "test_instance" "foo" {
ami = "bar"
}