-
Notifications
You must be signed in to change notification settings - Fork 57
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
#338 - branch dan-fix-versions-upgrade - Fixed Provider bugs, TF upgrade. from v1.0.10 to v1.6.0 #338
Conversation
@obriensystems let me know if you want me to add more information to the PR, or test screen shots or results. |
The pr looks good. |
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
I didn't do my own deploy of the pr - will queue it later
@fmichaelobrien |
Very nice. Let me know if you don't see the merge button - but I think you do. |
Fixed Provider Bug for effective labels
[https://github.com/hashicorp/terraform-provider-google/issues/16217]
Upgraded Terraform version - removed dependency on optional experimental features
[https://developer.hashicorp.com/terraform/language/v1.3.x/upgrade-guides#concluding-the-optional-attributes-experiment]
Currently Tested and live in lab at -
terraform version
Terraform v1.6.0
on linux_amd64
Provider: >=3.50
Since, terraform version upgrade requires all the dependent files like root or child modules to be compatible, hence, doing small chunks for fixing provider bugs or upgrades didn't seem feasible, hence, a single PR for the both.
Modules touched mainly:
Cloudbuild
audit-bunker
landing-zone-bootstrap
logging-center
22-private-service-connect
All the
variable.tf which included experimental features
terraform.tf which had downgraded version as well optional feature
let me know if more information is needed or the testing on your end yields a different results or issues.