-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update terraform-provider-google to v3.40.0 #4792
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 terraform-provider-google to v3.40.0 #4792
Conversation
Add plugin_versions_generate.go and generated plugin_versions.go Update all plugins to have struct that captures the plugin version and exec binary. Add environment variable that sets location of terraform.rc so that local terraform plugins can be used. Update plugin directory to use new terraform plugin paths. New terraform provider requirements are documented here: https://www.terraform.io/docs/language/providers/requirements.html
Add terraform.rc and update terraform modules to specify terraform version and local provider locations.
Add environment variable OPENSHIFT_INSTALL_KEEP_TERRAFORM that will not delete the installer terraform when set.
Only using this for CI debugging, will be removed. Temporarily add environment variable TERRAFORM_LOCK_FILE_PATH to override the location of the new terraform lock file so that installations can complete.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-gcp |
|
@jhixson74: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Superseded by #4729 |
This updates the google terraform provider to v3.40.0, the last version before using the terraform plugin sdk v2. This PR piggybacks on #4729.
https://issues.redhat.com/browse/CORS-1523