Files
opentf/internal/tofu/testdata/validate-count-negative/main.tf
2023-09-20 15:16:53 +03:00

4 lines
52 B
HCL

resource "aws_instance" "test" {
count = "-5"
}