-
Notifications
You must be signed in to change notification settings - Fork 48
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 #187
Comments
@johntdyer thanks for the issue. Yes I see that we're doing a vanilla |
yea, it was done so we don't force update modules without people knowing. We currently only run |
Here's what your config file would look like in your repo
Does this work for you @johntdyer ? |
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. |
This issue was migrated to runatlantis/atlantis#41. Read about why here. |
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: