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

7 lines
94 B
HCL

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