terraform/command/testdata/push-input/main.tf

8 lines
81 B
Terraform
Raw Normal View History

2015-03-06 23:49:22 +01:00
variable "foo" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"
}