💡Key concepts

Glossary of Resourcely Key Concepts

Note: This glossary is meant to serve as a guide to help Resourcely users understand key concepts related to Resourcely.

Cloud Resources

Resourcely provides the following resources to assist in securing your cloud infrastructure:

  • #blueprints: Configurable templates used to provision cloud infrastructure resources.

  • #guardrails: Rules that determine how cloud resources can be created and altered.

  • #global-contexts: Context-prompting questionnaires used to gather data from developers before provisioning a resource.

  • #global-values: Allow admins to define custom drop-downs for customizing terraform infrastructure resource properties before they are provisioned.

  • #pull-requests-prs: Manage requests to commit a change from one Git branch to another.

  • Environments: Separate directory (with separate Terraform variables) within your repository used to define a deployment environment.

  • #foundry: Create custom resources (Blueprints, Guardrails, etc.) by cloning and configuring existing resources or starting from scratch.

Environments

Resourcely Uses Terraform variable values to manage multiple environments with the same blueprint.

You must define a CI/CD configuration to deploy Terraform to different environments based on directory structure.


Last updated