Files
2023-09-20 15:16:53 +03:00

6 lines
80 B
HCL

variable "input" {}
resource "aws_instance" "foo" {
foo = "${var.input}"
}