mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
6 lines
76 B
HCL
6 lines
76 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "bar" {
|
|
foo = "${var.foo}"
|
|
}
|