Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, Terraform does not support signaling completion of a step before it has actually finished that step. Terraform follows a "desired state" approach, which means it only modifies resources to match the desired state defined in the configuration file. Each step must be completed successfully before the next step can begin. This ensures that the infrastructure is consistent and predictable.