The Resourcly Provider allows Terraform to manage Resourcely blueprints, global context, etc
Blueprints are templated Terraform files that streamline creating similar configurations. They use tags as placeholders, enhancing reusability and customizability across diverse setups. During resource creation, the blueprint is rendered into final Terraform configuration with tags substituted by the values provided by a developer. Resourcely will open a PR containing the ready-to-apply, customized Terraform config.
This is where you find more information on how to author your own Blueprints