terraform: update outputs only

1 · Thiago Perrotta · Nov. 17, 2025, 3:35 p.m.
Summary
This blog post provides a practical solution for updating outputs in a Terraform project that has pending changes. It explains how using `terraform apply -refresh-only` allows developers to refresh outputs without affecting the resources, thus addressing a common problem encountered in Terraform workflows.