-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Make email, project computed for GCE default service account #1690
Conversation
TF_ACC=1 go test ./google -v --run="TestAccDataSourceGoogleComputeDefaultServiceAccount_basic" -timeout 120m |
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.
Why does this make email
no longer user-specifiable? Isn't this a breaking change for users that would have had the email
field specified?
I think it's justifiable in this case, as the field was documented to be un-specifiable. But I just wanted to check and see if my understanding of the situation was right, which is that it was Optional
by mistake.
Yeah, if you look at the code |
Should I still just go ahead and merge it in if it's a breaking change? |
I'm very confident that this is not a breaking change. |
Just chiming in late that now that I understand what's going on here, I also am 👍 on this being merged now and not considering it a breaking change. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Fixes #1686