mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-16 09:20:45 -05:00
5 lines
79 B
HCL
5 lines
79 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {
|
|
value = "${var.foo}"
|
|
}
|