Forgecroft Docs
Quickstart

Run Your First Plan

Trigger a plan and see the results — this is your first proof that everything is wired up correctly.

Trigger a plan

Open your workspace and click Run Plan (or use the API). Forgecroft will:

  1. Fetch your source from GitHub
  2. Initialize your tool (OpenTofu or Terraform)
  3. Read your current state from the backend
  4. Produce a plan showing what would change

What success looks like

When the plan completes, you should see:

If it didn’t work

SymptomLikely causeCheck
Plan fails immediatelyWrong repo URL, branch, or source rootWorkspace settings → Source
Auth errorInvalid or missing credentialsWorkspace settings → Credentials
State backend errorBucket doesn’t exist or wrong permissionsWorkspace settings → State backend
Plan stuck in queuedManaged environment is provisioningWait a moment, it should start automatically

What’s next

Now that you have a working plan, you can: