6 lines
80 B
HCL
6 lines
80 B
HCL
variable "input" {}
|
|
|
|
resource "aws_instance" "bar" {
|
|
foo = "${var.input}"
|
|
}
|