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
When I add a new dependency to the manifest.yml file and then I run terranova apply and I forgot to run terranova init, then the apply works, but it's missing the new dependency.
Proposal
We should either add a warning log that the manifest contains dependencies that have not been initialized yet or we should error the apply command.
The text was updated successfully, but these errors were encountered:
Use Case
When I add a new dependency to the manifest.yml file and then I run
terranova apply
and I forgot to runterranova init
, then theapply
works, but it's missing the new dependency.Proposal
We should either add a warning log that the manifest contains dependencies that have not been initialized yet or we should error the apply command.
The text was updated successfully, but these errors were encountered: