opentofu/terraform/test-fixtures/graph-resource-expand/main.tf

4 lines
48 B
Terraform
Raw Normal View History

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