Terraform Interview Questions and Answers
Q1: What happens if you remove an EC2 instance from the Terraform state file after its creation and run terraform apply? Once you remove a resource entry from the state file, Terraform will no longer track it. On the next terraform apply, Terraform will attempt to create the resource again, as it doesn’t recognize the resource in…
