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