terraform/command/test-fixtures/apply-vars/main.tf

6 lines
84 B
Terraform
Raw Normal View History

2014-07-18 20:37:27 +02:00
variable "foo" {}
resource "test_instance" "foo" {
value = "${var.foo}"
}