For the latest documentation on the resource itself, refer to the Terraform Registry.
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.
Authoring Resourcely Terraform Blueprint
For more detailed steps on authoring your own blueprints, please refer to the Resourcely documentation: Authoring Your Own Blueprints.
Step 1: create a new file named basic.tft using your preferred text editor or IDE.