You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up from #22: in a new Terraform workspace when no statefile has been added yet, every speculative run will fail when attempting to fetch the outputs.
We should either:
fetch the outputs from the statefile that is created by the plan (if this is possible with the API?)
not fail when the statefile does not exist (i.e. log a warning and do not return any outputs)
The text was updated successfully, but these errors were encountered:
Follow up from #22: in a new Terraform workspace when no statefile has been added yet, every speculative run will fail when attempting to fetch the outputs.
We should either:
The text was updated successfully, but these errors were encountered: