opentofu/terraform/testdata/apply-targeted-count/main.tf
2019-06-30 10:16:15 +02:00

8 lines
93 B
HCL

resource "aws_instance" "foo" {
count = 3
}
resource "aws_instance" "bar" {
count = 3
}