What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?