opentofu/command/test-fixtures/apply-vars/main.tf
2014-07-18 11:37:27 -07:00

6 lines
84 B
HCL

variable "foo" {}
resource "test_instance" "foo" {
value = "${var.foo}"
}