Quickstart
Getting started with Resourcely in 10 minutes
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 sign up here.
Fork a scaffolding repo
These scaffolding repos have been constructed for you to get started with Resourcely
Want to try out Resourcely without integrating into a CI pipeline? We have pre-loaded Guardrails and Blueprints - sign up 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
Navigate to https://portal.resourcely.io/settings/generate-api-token.
Under Role, select CI Runner. Under Expiration, select No Expiry
Click Generate token and copy it
Navigate to your newly forked GitHub repo
Navigate to Settings -> Secrets and variables -> Actions
Add a new repository secret named
RESOURCELY_API_TOKEN
with your copied API token as the secret value
Connect Resourcely to your GitHub account
Navigate to https://portal.resourcely.io/settings/change-management to give Resourcely access to pull request updates within GitHub.
Click Connect to GitHub and select your GitHub account
Choose "Only select repositories" and choose the forked scaffolding repository you created earlier
Click Install & Authorize
Click Add repository, select the forked scaffolding repository, and hit Save
Last updated