opentofu/terraform/test-fixtures/graph-resource-expand/main.tf
2014-10-12 08:57:08 -07:00

4 lines
48 B
HCL

resource "aws_instance" "web" {
count = 3
}