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
  • Welcome to Resourcely
  • How it works
  • Quickstart
  • Need help getting started?
  1. Get Started

What is Resourcely?

Resourcely helps businesses create secure-by-default infrastructure resources and prevents security misconfiguration in the cloud.

NextWhy Resourcely

Last updated 1 month ago

Welcome to Resourcely

Resourcely is a cloud guardrails platform for security teams to maintain Terraform governance and compliance by shifting security left.

With Resourcely:

  • Implement pre-built Terraform policies or build your own custom policies

  • Proactively block Terraform misconfigurations as part of your CI pipeline

  • Remediate violations in existing infrastructure without causing drift

  • Build paved roads for deploying new cloud resources

How it works

Write your own cloud policies or import pre-built policies.

/// CIS AWS 3.0 Guardrails

GUARDRAIL "Ensure that AWS database instances have deletion protection enabled"
  WHEN aws_db_instance
    REQUIRE deletion_protection = true
    
GUARDRAIL "Disallow inbound open access"
  WHEN aws_security_group
    REQUIRE NO ingress.cidr_blocks = "0.0.0.0/0"
    
GUARDRAIL "Enable CloudTrail log file validation"
  WHEN aws_cloudtrail
    REQUIRE enable_log_file_validation = true

Scan your environment for policy violations, and implement fixes through your existing version control and CI pipeline: no more Terraform drift or production incidents.

Embed the Resourcely binary in your pipeline for seamless, flexible policy enforcement:

Create UI templates for developers to create properly configured Terraform that meets your expectations.

Quickstart

Need help getting started?

Schedule a demo, proof of value, or workshop

Demo

Proof of Value

Workshop

You can quickly get started with Resourcely by signing up for a , then heading over to ourQuickstart page.

to see Resourcely in action and learn how it can help you secure and manage your cloud infrastructure today!

If you would like to run a formal proof of value, head over to

If you like Resourcely to come on-site or host a virtual workshop, head over to

🎱
free account
Schedule a demo
https://www.resourcely.io/pov
https://www.resourcely.io/event/resourcely-workshop
Scan your existing enviroment for policy violations
Help developers remediate with inline guidance
This template deploys RDS via Terraform for users