opentofu/terraform/test-fixtures/transform-resource-count-negative/main.tf
2015-02-19 12:07:57 -08:00

5 lines
91 B
HCL

resource "aws_instance" "foo" {
count = -5
value = "${aws_instance.foo.0.value}"
}