opentofu/config/test-fixtures/validate-count-int/main.tf
2014-10-02 16:51:20 -07:00

6 lines
78 B
HCL

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