This guide provides a quick walkthrough of Terraform Cloud’s core features, including organization setup, workspace management, VCS integration, and the Private Module Registry. By the end, you’ll understand how to log in, configure settings, and use Terraform Cloud for collaboration and automation.Documentation Index
Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Logging In & Selecting an Organization
- Navigate to the Terraform Cloud login page and sign in with your credentials.
- From the dashboard, select the desired organization (e.g., Enterprise Cloud).
- You’ll now see a list of workspaces, each showing its run status, linked repository, and the timestamp of the latest change.

2. Plan & Billing Overview
Under Organization Settings > Plan & Billing, you can review and upgrade your subscription.
| Plan | Users | Workspaces | Remote State | VCS Integration | Private Module Registry |
|---|---|---|---|---|---|
| Free | Up to 5 | Unlimited | ✓ | ✓ | ✓ |
| Team | Up to 10 | Unlimited | ✓ | ✓ | ✓ |
| Team & Governance | Unlimited | Unlimited | ✓ | ✓ | ✓ |

3. Workspace Dashboard
Overview of Runs & Resources
Select a workspace (e.g.,devops-aws-myapp-dev) to see details of recent runs, resource changes, and performance metrics.


4. Managing Variables & Secrets
At the workspace level, define Terraform variables and reference organization-level variable sets for sensitive data (e.g., AWS credentials). This ensures secrets never appear in your configuration files.
Use organization-level variable sets to centralize credential management and avoid committing secrets to VCS.
5. Execution Modes: Manual & Remote
You can lock a workspace during maintenance to prevent changes. Unlock it to run Plan & Apply or Plan Only directly in Terraform Cloud’s UI.6. Configuring Workspace Settings
Under General Settings, adjust the workspace ID, name, description, execution mode (remote or local), apply method (auto or manual), and Terraform version.
7. Setting Up Notifications
Create alerts for run events—such as plan completion or apply failures—via Webhook, Email, Slack, Microsoft Teams, or custom channels.
8. Version Control Integration
Connect workspaces to GitHub, GitLab, Bitbucket, or Azure DevOps. Commits, pull requests, and merges can automatically trigger plans (and applies, if enabled).
9. Workflow Options
Terraform Cloud supports multiple workflows:| Workflow | Trigger Method |
|---|---|
| VCS-driven | Commits, PR merges |
| CLI-driven | terraform login + terraform push |
| API-driven | Direct API calls for runs and applies |

10. Reviewing GitHub-Triggered Runs
Click on a Git commit in Terraform Cloud to see what changed. For example, an HCL module definition might look like this:
11. Teams, Users & VCS Providers
Invite users or teams, assign roles, and add version control providers under Organization Settings > VCS Providers.
12. Exploring the Private Module Registry
Terraform Cloud’s Private Module Registry lets your team browse, version, and share modules securely within your organization.

13. Monitoring Workspace Health
Keep track of workspaces that need attention, currently running environments, or those with failed runs. Use filters to quickly locate specific environments like “dev.”

