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
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
When a mustache file is deleted the corresponding generated tf file in the envs folder is not deleted and must be removed manually. The same happens when a file is renamed, the original file is kept and the new file created.
We could remove all the tf files before generating them or check that the envs folder contains only tf files that have a corresponding mustache file, removing those that don't.