Domanda di colloquio di BigR.io

What is a typical Terraform workflow for making changes?

Risposta di colloquio

Anonimo

25 mar 2024

Locally edit your Terraform files to reflect the desired state of your infrastructure. Then run a “terraform plan” to see the diffs in your proposed changes and what’s actually running. Create a pull request, get it approved, and use an automated system to run a “terraform apply” on your behalf.