CI/CD & Terraform Runners
Support Terraform Integrations
Last updated
Support Terraform Integrations
Last updated
In order for Resourcely to verify infrastructure resource definitions and guardrails, it must run alongside your CI/CD pipeline.
Resourcely works with Terraform in order to validate infrastructure guardrails and prevent misconfigurations. Terraform must run in your repository in order to create plans that Resourcely will validate. The following is required in order to get started with using Terraform:
A Terraform solution to integrate into your version control system (GitHub/GitLab)
Terraform provider definitions within the repository used for infrastructure provisioning
Repositories that will leverage Resourcely require the Terraform providers to be defined and stored within the repository. This is required for a Terraform plan to be generated.
See the documentation to see how to properly configure Terraform providers within your repository.