Resourcely Documentation
LoginSign Up
  • Get Started
    • 🎱What is Resourcely?
    • 👋Why Resourcely
    • 🏃Quickstart
      • Terraform policies integrated into CI
      • Remediate policy violations in existing infrastructure
      • Templates for generating Terraform
      • Glossary
  • Concepts
    • Foundry
      • Create Blueprints with Foundry
      • Creating Guardrails with Foundry
      • lmport Terraform Modules
    • Guardrails
      • Writing your own Guardrails
      • Editing Guardrails
      • Releasing Guardrails
      • Enabling Inactive Guardrails
      • Guardrails in Action
        • 🐱GitHub Actions
        • 🦊GitLab Pipelines
    • Campaigns
      • Get started with Campaigns
      • Creating Campaigns
      • Remediate Resources
      • Campaign Agent
        • State File Support
          • Amazon Simple Storage Service (S3)
          • Google Cloud Storage (GCS)
          • HCP Terraform
          • Spacelift
        • Running Campaigns with GitHub Actions and a Repo-Hosted State File
        • Running Campaigns Locally
    • Blueprints
      • Authoring Your Own Blueprints
      • Using Built-in Resourcely Blueprints
      • Configuring Global Contexts
      • Deep Linking
    • Resources
      • Provisioning Infrastructure
      • Editing Infrastructure
      • Shopping Cart
      • Config Roots and Environments
    • Other Features and Settings
      • Global Values
      • Global Context
      • Metrics
      • Resourcely-cli
      • Resourcely.yaml
      • VCS Proxy
      • Settings
        • User management
        • Company Information
        • Notification Settings
        • Change Management
          • 🐱Connect to GitHub
          • 🦊Connect to Gitlab
        • Generate API Token
    • ✨Production Setup
      • Single Sign-On (SSO)
        • Auth0
        • AWS Single Sign-On
        • Azure AD
        • Google Workspace
        • JumpCloud
        • Okta
        • Omnissa Workspace ONE (formerly VMware)
        • OneLogin
        • Ping Identity
        • Other SAML / OIDC Providers
      • Source Code Management
        • Page
        • 🐱GitHub
        • 🦊GitLab
        • Atlassian Bitbucket
        • Azure Repos
  • Tutorials and guides
    • Remediation Use Cases
      • Apply tags to resources for automating backups
      • Implement centralized logging
    • Blueprints Use Cases
      • Automate Data Pipeline Creation
      • Encryption for GCP
      • AWS Account Factory
      • Streamline and govern AI
      • IAM Factory
      • Cost optimization for FinOps
      • Guardrails for Terraform Modules
    • Using the Resourcely Terraform Provider
      • Setup Resourcely Provider
      • Blueprints
      • Guardrails
      • Global Context
  • Integrate
    • CI/CD & Terraform Runners
      • Atlantis
      • 🐟AWS CodeBuild
      • Azure Pipelines
      • Buildkite
      • CircleCI
      • CloudBees CI
      • Codefresh
      • Digger
      • Env0
      • 🎏GitHub Actions
        • 🐱Local Plan
          • 🐹AWS with OpenID Connect
        • 🐶Terraform Cloud Integration
      • 🦊GitLab Pipelines
      • Harness
      • 🗻HashiCorp Cloud Platform (formerly Terraform Cloud)
      • Jenkins
      • Octopus Deploy
      • Scalr
      • 🌌Spacelift
      • Terramate
      • 🌎Terrateam
    • Cloud Providers
      • 🌨️Amazon Web Services (AWS)
      • 🤓Google Cloud Platform (GCP)
        • Guardrail Gaunlet at Google Cloud Next 2025
      • 💾Microsoft Azure
      • Alibaba Cloud
      • Huawei Cloud
      • IBM Cloud
      • Oracle Cloud Infrastructure (OCI)
      • Tencent Cloud
      • VMware vSphere
    • Developer Portals
      • Atlassian Compass
      • Backstage
      • Cortex
      • Harness IDP
      • Home grown internal developer portals
      • OpsLevel
      • Port
      • Roadie
    • ITSM
      • Atlassian Jira
      • FreshWorks
      • ServiceNow ITSM
      • ZenDesk
    • CSPM
      • Wiz
    • More Terraform Provider Integrations
      • 🚂ConductorOne Provider
      • Databricks Provider
      • Kubernetes Provider
      • 🐕Datadog Provider
      • ❄️Snowflake Provider
Powered by GitBook
On this page
  • Getting Access
  • Fork a scaffolding repo
  • Add your Resourcely API token to your repo
  • Connect Resourcely to your GitHub account
  1. Get Started

Quickstart

Getting started with Resourcely in 10 minutes

PreviousWhy ResourcelyNextTerraform policies integrated into CI

Last updated 2 months ago

Resourcely is a configuration platform for defining and deploying cloud infrastructure that meets your expectations, at scale.

In our Free Trial, we provide Guardrails for Google Cloud (GCP), Amazon Web Services (AWS), and Azure that can be used with Bluerprings and Campaigns.

Getting Access

To obtain a Resourcely account, please .

Fork a scaffolding repo

These scaffolding repos have been constructed for you to get started with Resourcely

Use Case
Scaffolding Repo Link
What do the scaffolding repos do?

These scaffolding repositories give you pre-built Terraform deployment pipelines.

  • Creates a basic Terraform structure with dummy AWS and GCP credentials

  • Creates Resourcely.yaml for you, which defines your Resourcely config roots

  • Sets up a GitHub Action that serves as your basic CI pipeline that will:

    1. Plan and apply Terraform

    2. Scan the plan results with Resourcely Guardrails

  • In the case of remediation, it sets up a Campaign Agent for scanning your infrastructure for violations

Want to try out Resourcely without integrating into a CI pipeline? We have pre-loaded Guardrails and Blueprints - and try it out!

If you already have your own CI pipeline and want to use that, you can integrate Resourcely easily: choose your repo at CI/CD & Terraform Runners

Add your Resourcely API token to your repo

  1. Under Role, select CI Runner. Under Expiration, select No Expiry

  2. Click Generate token and copy it

  3. Navigate to your newly forked GitHub repo

  4. Navigate to Settings -> Secrets and variables -> Actions

  5. Add a new repository secret named RESOURCELY_API_TOKEN with your copied API token as the secret value

Connect Resourcely to your GitHub account

  1. Click Connect to GitHub and select your GitHub account

  2. Choose "Only select repositories" and choose the forked scaffolding repository you created earlier

  3. Click Install & Authorize

  4. Click Add repository, select the forked scaffolding repository, and hit Save

None needed! Skip to

Navigate to .

Navigate to to give Resourcely access to pull request updates within GitHub.

Nice work! You are ready to start customizing Blueprints and Guardrails, and creating cloud resources that meet your standards. Get started with the relevant use case below

🏃
👇
sign up here
sign up
https://portal.resourcely.io/settings/generate-api-token
https://portal.resourcely.io/settings/change-management
Terraform policies integrated into CI
Remediate policy violations in existing infrastructure
Templates for generating Terraform
Terraform policies integrated into CI
Remediate policy violations in existing infrastructure
Templates for generating Terraform
Connect Resourcely to your GitHub account
GitHub Actions
GitLab Pipelines
GitHub