-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: Enable Google provider version 5 (remove max version constraint) #7
chore: Enable Google provider version 5 (remove max version constraint) #7
Conversation
/validate paths="modules/autoscale modules/iam_service_account modules/lb_http_ext_global modules/panorama modules/vpc modules/vpn modules/bootstrap modules/lb_external modules/lb_internal modules/vmseries modules/vpc-peering"
|
/validate paths="modules/autoscale modules/iam_service_account modules/lb_http_ext_global modules/panorama modules/vpc modules/vpn modules/bootstrap modules/lb_external modules/lb_internal modules/vmseries modules/vpc-peering"
|
@MyMirelHub there is one issue with |
@MyMirelHub the issue has been fixed in upstream, can you please sync your fork and rebase the PR? |
/validate paths="modules/autoscale modules/iam_service_account modules/lb_http_ext_global modules/panorama modules/vpc modules/vpn modules/bootstrap modules/lb_external modules/lb_internal modules/vmseries modules/vpc-peering"
|
/validate paths="modules/autoscale modules/iam_service_account modules/lb_http_ext_global modules/panorama modules/vpc modules/vpn modules/bootstrap modules/lb_external modules/lb_internal modules/vmseries modules/vpc-peering"
|
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.
@pavelrn can you please update PR title to reflect the changes?
Description
This update includes bumping the Terraform version to 5.12. The primary goal of this change is to ensure compatibility with the latest google api features and improvements, as well as to maintain up-to-date practices within our infrastructure management.
Motivation and Context
Major version API upgrades are essential for leveraging the latest functionalities and enhancements offered by the Google provider. This change is driven by the need to stay aligned with the evolving landscape of infrastructure as code (IaC) and to utilize the improved performance and features of the latest google version.
#6
How Has This Been Tested?
Followed the contributor's guideline and ran
pre-commit run -a
to ensure the unit tests were passingTypes of changes
Checklist