opentofu/internal/tofu/testdata/apply-count-tainted/main.tf
2023-09-20 15:16:53 +03:00

5 lines
64 B
HCL

resource "aws_instance" "foo" {
count = 2
foo = "foo"
}