Which statement best describes how Terraform Cloud workspaces manage state files?
Think about how Terraform Cloud isolates environments and manages infrastructure state.
Terraform Cloud creates a separate state file for each workspace, ensuring isolation and secure storage. This allows multiple environments or projects to be managed independently.
In Terraform Enterprise, which method is recommended to securely connect the Terraform Enterprise instance to private cloud resources without exposing them publicly?
Consider secure, private network connections that avoid public exposure.
Terraform Enterprise supports private network connectivity using VPN or Direct Connect, allowing secure communication with private cloud resources without exposing them publicly.
What is the primary purpose of Sentinel policies in Terraform Cloud?
Think about how organizations enforce compliance and standards automatically.
Sentinel is a policy-as-code framework integrated with Terraform Cloud that evaluates policies to enforce compliance and governance before infrastructure changes are applied.
Which of the following best describes how run triggers work in Terraform Cloud?
Consider how Terraform Cloud coordinates runs across related workspaces.
Run triggers allow one workspace to automatically start a run in another workspace after a successful run, enabling orchestration of dependent infrastructure changes.
Which approach is the most secure and recommended way to manage sensitive variables in Terraform Cloud?
Think about built-in features Terraform Cloud offers for secrets management.
Terraform Cloud allows marking variables as sensitive, which prevents them from being shown in logs or UI, providing secure handling of secrets within the platform.