-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade cloudfoundry from 0.53.0 to 0.53.1 everywhere #922
Conversation
Terraform Format and Style: success Show Plan
Pusher: @jskinne3, Action: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jskinne3! Everything looks good to go in this PR when we're ready to start merging things.
Description
Upgrade patch version of CloudFoundry Terraform provider to v0.53.1
Ideally I would do this a single environment at a time. Unfortunately, this PR upgrades across all environments! The reason is the
shared
module.When a module uses the
shared
code, it they must both use the same version of CloudFoundry. In order to update one environment module (likesandbox
) I must updateshared
, and thus I must update all modules so their reliance onshared
does not cause a version mis-match.Deployment