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?
✗ Incorrect
Sentinel is the policy-as-code framework used to enforce rules and compliance in Terraform Enterprise.
What does a Terraform Cloud workspace primarily manage?
✗ Incorrect
Workspaces isolate state and runs for different infrastructure environments or projects.
How does Terraform Cloud improve team collaboration?
✗ Incorrect
Terraform Cloud stores state remotely and manages runs, enabling safe team collaboration.
What is the function of Run Triggers in Terraform Cloud?
✗ Incorrect
Run Triggers automate runs in dependent workspaces after a run completes.
Which Terraform Cloud feature helps secure sensitive variables and credentials?
✗ Incorrect
Variable Sets securely store and share sensitive variables across workspaces.
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.