Member-only story
Terraform Cloud — Run
Note, full mind map is available at: “DevOps in Terraform MindMap”
Terraform Run
In Terraform Cloud, a “run” refers to the process of applying a Terraform configuration. Each run involves several stages, including planning and applying, and may involve additional stages depending on the settings of the workspace.
Each run is logged and its history can be viewed in the Terraform Cloud UI, which makes it easy to track changes over time. This, combined with the collaboration and automation features of Terraform Cloud, helps teams manage infrastructure more efficiently and reliably.
For example, the below picture shows Current Run
(the most recent one) and Run List
(history runs).
Terraform Cloud facilitates Terraform runs by utilizing disposable virtual machines, ensuring a consistent and dependable environment. This platform offers a wide range of advanced features, including Sentinel policy enforcement, cost estimation, notifications, version control integration, and more.