-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module command #41
Comments
Comment by @lkysow @johntdyer thanks for the issue. Yes I see that we're doing a vanilla |
Comment by @anubhavmishra yea, it was done so we don't force update modules without people knowing. We currently only run |
Comment by @lkysow Here's what your config file would look like in your repo
Does this work for you @johntdyer ? |
Comment by @lkysow FYI, we like to use ex. module "consul" {
source = "git::https://hashicorp.com/consul.git?ref=v0.1"
} In this case, Atlantis will always get the right version of your modules. |
Closing since there's a workaround unless someone else has this requirement? |
* Refactor status into its own struct * Run gofmt
Issue by @johntdyer
Thursday Nov 09, 2017 at 21:57 GMT
Migrated from hootsuite/atlantis#187
Why was it migrated?
Hey guys,
So
atlantis plan
appears to be doing a plan w/ an old version of one of our modules. I am wondering if there is any way to force atlantis to runterraform get -update=true
before the plan ? Perhaps i am missing something fundamental ?The text was updated successfully, but these errors were encountered: