opentofu/terraform/test-fixtures/transform-orphan-count/main.tf
2016-11-08 13:59:27 -08:00

2 lines
44 B
HCL

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