opentofu/terraform/test-fixtures/apply-count-tainted/main.tf
2014-10-12 09:41:27 -07:00

5 lines
64 B
HCL

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