-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: support workload_identity_config on autopilot #2011
feat: support workload_identity_config on autopilot #2011
Conversation
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 for the contribution @DrFaust92!
I believe this will require bumping the minimum provider to 5.31
8f22df5
to
f58e78e
Compare
apeabody oops, saw the ref for beta for 5.33+ and missed the GA one, bumped GA as well |
/gcbrun |
Thanks @DrFaust92 - Actually looks like this is only being added to the |
apeabody i dont see a non beta auto pilot dir at all. is that even an option? |
You are correct @DrFaust92, I saw the updates to the over module's |
autogen/main/versions.tf.tmpl
Outdated
@@ -46,7 +46,7 @@ terraform { | |||
required_providers { | |||
google = { | |||
source = "hashicorp/google" | |||
version = ">= 5.25.0, < 6" | |||
version = ">= 5.31.0, < 6" |
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.
@DrFaust92 - Let's revert and build, and then this should be ready to merge. (No longer a breaking change)
f58e78e
to
ab17e01
Compare
/gcbrun |
/gcbrun |
…-modules#2011) Co-authored-by: Andrew Peabody <[email protected]>
supported via hashicorp/terraform-provider-google#18166