There are meta-arguments like count
or for_each
in Terraform that allow to work with multiple resources without creating multiple resource blocks.
I wonder if I can add my own syntax to resources that would do the same thing - make user able to work with multiple resources using one syntactic block but not by using count
or for_each
but my own directive with different syntax and rules?