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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the user story
Related to previous issue but my use case is different:
I then do applies via atlantis so everyone can see whats happening in the PR. When we are ready to release we create a git tag.
During testing I'll apply, update my branch, apply again. I can't do this with atlantis because it does not re-download my branch.
Describe the solution you'd like
I don't want atlantis to force update modules every time, just on an adhoc basis via a switch. I want to be able to run atlantis plan -force-update or some arg to tell it to download the module again. So when I push changes to my branch I can plan/apply in atlantis.
Describe the drawbacks of your solution
Requires code changes.
Describe alternatives you've considered
Not anything that doesn't negatively effect my dev workflow
The text was updated successfully, but these errors were encountered:
I would like to reopen/revisit this issue. Having more or less the same use case as OP, I see a clear separation of concerns between the module developer, repo developer and workflow owner, which can easily be managed by different roles for different purposes. Having a whole custom workflow just for this seems like an impractical overkill, especially if the workflow itself is complex already. A -force-update-like flag is much more sensible and scales better with this kind of use cases.
Community Note
Describe the user story
Related to previous issue but my use case is different:
When testing changes to my modules I create a feature branch and reference it some places its used like this:
I then do applies via atlantis so everyone can see whats happening in the PR. When we are ready to release we create a git tag.
During testing I'll apply, update my branch, apply again. I can't do this with atlantis because it does not re-download my branch.
Describe the solution you'd like
I don't want atlantis to force update modules every time, just on an adhoc basis via a switch. I want to be able to run
atlantis plan -force-update
or some arg to tell it to download the module again. So when I push changes to my branch I can plan/apply in atlantis.Describe the drawbacks of your solution
Requires code changes.
Describe alternatives you've considered
Not anything that doesn't negatively effect my dev workflow
The text was updated successfully, but these errors were encountered: