I would like to have the ability to perform "dry-run" executions on Terraform building blocks. This would allow me to preview the output of
terraform plan
before executing an actual
terraform apply
.
This feature would be especially useful in scenarios such as:
  • Upgrading building blocks: Validate changes introduced by version updates before applying them.
  • Testing inputs: Confirm that inputs to a module behave as expected.
Essentially getting insights on potential changes without affecting infrastructure.