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

6 lines
84 B
Terraform
Raw Normal View History

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