01Walk me through terraform init, plan, apply and destroy. What is each one actually doing?▼easyNewHashiCorpAmazon & AWSInfosysunlockedFour commands, and the interesting one is plan, because it is the only point where you see the three-way comparison Terraform is actually making before anything changes.Open full answer →
12A teammate asks you to approve their Terraform plan. Walk me through what you check before saying yes.▼easyNewJPMorgan ChaseAccentureInfosysunlockedReading a plan is a skill separate from writing HCL. People trusted with production approves read the diff in a fixed order, and one of the checks is what the plan does not contain.Open full answer →