0
0
Terraformcloud~5 mins

Terraform Cloud/Enterprise features - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Terraform Cloud?
Terraform Cloud is a service that helps teams use Terraform together by managing state, runs, and providing collaboration features in a secure way.
Click to reveal answer
beginner
Explain the purpose of 'Workspaces' in Terraform Cloud.
Workspaces in Terraform Cloud isolate state and runs for different infrastructure environments or projects, helping organize and manage infrastructure safely.
Click to reveal answer
intermediate
What is the role of 'Sentinel' in Terraform Enterprise?
Sentinel is a policy-as-code framework in Terraform Enterprise that lets you write rules to enforce compliance and governance before applying infrastructure changes.
Click to reveal answer
beginner
How does Terraform Cloud handle state management?
Terraform Cloud securely stores the Terraform state file remotely, preventing conflicts and enabling team collaboration without manual state file sharing.
Click to reveal answer
intermediate
What is the purpose of 'Run Triggers' in Terraform Cloud?
Run Triggers automatically start Terraform runs in one workspace when runs complete in another, helping coordinate changes across related infrastructure components.
Click to reveal answer
Which feature in Terraform Enterprise allows you to enforce rules on infrastructure changes before applying them?
AWorkspaces
BSentinel
CRun Triggers
DRemote State
What does a Terraform Cloud workspace primarily manage?
AState and runs for a specific infrastructure environment
BUser permissions only
CBilling and account settings
DTerraform CLI installation
How does Terraform Cloud improve team collaboration?
ABy sharing local state files via email
BBy disabling concurrent runs
CBy requiring manual approval for every command
DBy storing state remotely and managing runs centrally
What is the function of Run Triggers in Terraform Cloud?
ATo automatically start runs in one workspace after another completes
BTo backup state files
CTo send notifications on run failures
DTo schedule runs at fixed times
Which Terraform Cloud feature helps secure sensitive variables and credentials?
ARemote State
BSentinel
CVariable Sets
DWorkspaces
Describe how Terraform Cloud manages state and why this is important for teams.
Think about how sharing files manually can cause problems for teams.
You got /4 concepts.
    Explain the role of Sentinel policies in Terraform Enterprise and give an example of a rule it might enforce.
    Consider how companies keep their infrastructure safe and compliant.
    You got /4 concepts.