mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 07:01:11 -05:00
6 lines
80 B
HCL
6 lines
80 B
HCL
variable "input" {}
|
|
|
|
resource "aws_instance" "foo" {
|
|
foo = "${var.input}"
|
|
}
|