Files
opentf/terraform/test-fixtures/validate-variable-ref/main.tf
2014-10-16 15:54:56 -07:00

6 lines
76 B
HCL

variable "foo" {}
resource "aws_instance" "bar" {
foo = "${var.foo}"
}