Terraform Essentials: When to Use terraform refresh vs terraform plan
When working with Terraform, two commonly used commands are terraform refresh and terraform plan. While both involve examining the state of your infrastructure, they serve distinct purposes. What is terraform refresh? The terraform refresh command updates the Terraform state file with the current state of your real-world infrastructure. Key Points: Example: Suppose you manually change […]