If you manually destroy infrastructure, What is the best practice for reflecting this change in Terraform?
1) Update the Terraform configuration file to remove the destroyed infrastructure
2) Run the 'terraform destroy' command to update the state file
3) Manually update the state file to remove the destroyed infrastructure
4) Do nothing, Terraform will automatically detect and remove the destroyed infrastructure