← 🏗️ Declarative Infrastructure
Core
Terraform drift remediation: adopt, restore or delegate a change
Separate observed Terraform drift from an approved repair. Compare normal and refresh-only plans, emergency changes, delegated fields and safe automation policies.
a free account opens the core tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
Infrastructure as Code & ConfigurationWalk me through terraform init, plan, apply and destroy. What is each one actually doing?→Infrastructure as Code & Configurationcount versus for_each in Terraform: when does list ordering cause a destroy and recreate?→Infrastructure as Code & ConfigurationName three things in the Terraform state file, and explain why it is a security artifact rather than a cache.→Infrastructure as Code & ConfigurationTwo engineers run terraform apply against the same backend at the same time. What happens?→Infrastructure as Code & ConfigurationOne Terraform module tree, three environments. How do you lay out state so a production apply can never touch anything else?→Infrastructure as Code & ConfigurationFive hundred resources were built by hand over three years and must come under Terraform. Walk me through importing them without breakage.→