Question d’entretien chez BigR.io

What is a typical Terraform workflow for making changes?

Réponse à la question d'entretien

Utilisateur anonyme

25 mars 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.