Resources

View and manage resources created with Resourcely

Resources Prerequisites

Note: Self Hosted GitHub or Self Managed GitLab requires setup of VCS Proxy if they are note exposed to the Internet.

Pull Requests (PRs)

Resources are requests to commit a change from one Git branch to another (Pull Requests). They allow you to keep track of changes, configure reviewers, set up acceptance criteria for merging, and much more.

Note: In GitLab terminology, a Pull Request (PR) is called a Merge Request (MR). Resourcely uses the term "Pull Request (PR)" for both GitLab and GitHub.

You can create and manage infrastructure PRs directly from Resourcely. Resourcely tracks the following data related to the generated PR:

  • Pull Request Title

  • Status

  • Blueprint

  • Provider

  • Last Updated On

  • Created By

When a new PR is generated, Resourcely examines the changes being made and prevents the PR from being merged if it violates any of the guardrail requirements.

Last updated