mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-22 20:00:44 -05:00
6 lines
76 B
HCL
6 lines
76 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "bar" {
|
|
foo = "${var.foo}"
|
|
}
|