Blueprints

What are Blueprints?

Blueprints

Blueprints are configurable templates used to provision cloud infrastructure resources. Blueprints allow you to:

  • Define which options are available for properties of your resource(s).

  • Apply Guardrails to your resource(s) to prevent misconfiguration.

  • Define what information to collect from your developers before resource provision.

Once a Blueprint has been configured for use it becomes available in the Resourcely service catalog. Resourcely provides 2 different types of Blueprints, Resourcely Blueprints, and External Modules.

Resourcely Blueprints

Resourcely Blueprints are the recommended way to create a guided secure-by-default cloud infrastructure resource template.

Resourcely Blueprints are built-in cloud infrastructure resource templates that are secure and compliant by design.

Resourcely Blueprint Catalog

These Blueprints allow you to create a variety of different types of resources with the click of a button. The Blueprints can be sorted by the following criteria:

  • Provider - The cloud provider (Amazon, Azure, Google, etc.)

  • Category - The type of resource (VM, Storage Bucket, VPC, etc.)

  • Keyword - A word that relates to a resource (ec2, database, firewall, etc.)

External Modules

If you don't see the resource you need in Resourcely's built-in Blueprints, you can supply an external module. External modules allow you to start from an existing Terraform module and manually set up the shape of your new Blueprint.

External Module Import

You can import an external module from:

More information can be found by visiting lmport Terraform Modules

Note: Authentication is required for private repositories.

Last updated