-
Notifications
You must be signed in to change notification settings - Fork 43
bump terraform-plugin-sdk/v2
2.23
-> 2.26
#3412
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
Conversation
drive-by /gcbrun |
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.
@BBBmau Looks like there're merge conflicts that need to be resolved before merging.
fixed. I need anothe trigger on the GHA @shuyama1 |
/gcbrun |
any chance you can resolve merge conflicts to test and approve right away? The quick merges to main are causing constant merge conflicts. |
/gcbrun |
@shuyama1 thanks! |
this is necessary to get successful tests from passing in
terraform-google-conversion
as we use sdk/v2 2.26.0 for the latest work on ephemeral write-only support.We see that the following GHA is due to errors in the tests. https://github.com/GoogleCloudPlatform/magic-modules/actions/runs/13170402493/job/36759965728
Upon more investigation i found that when building the tgc repo locally I found that it's due to version mismatch with sdk/v2

upon updating
sdk/v2
to the latest version ingo.mod
and runninggo mod tidy
I resolve the errors.GoogleCloudPlatform/magic-modules#12800 is dependent on this PR in order for it to be moved into review.