-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add description field to service_account for Terraform #2435
add description field to service_account for Terraform #2435
Conversation
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. They will authorize it to run through our CI pipeline, which will generate downstream PRs. Thanks for your contribution! A human will be with you soon. @tysen, please review this PR or find an appropriate assignee. |
@ndmckinley Should I close this PR due to #2513 ? |
Yours is definitely the better version of this PR. I'll let @tysen decide what to do - maybe we should undo that PR and merge this one instead? |
@ndmckinley As another choice; I'm happy to merge master and resolve conflicts between our codes ( |
@tmshn - That sounds like a good plan to me. |
Looks like there's some errors in the build. |
And I solved the conflict with #2650 by @ndmckinley (actually his new logic is almost equivalent to mine, so the diff against master is getting smaller). |
}).Do() | ||
if err != nil { | ||
return err | ||
if len(updateMask) > 0 { |
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.
What's the motivation behind these changes to ..Update
? I'm not sure the Terraform SDK would call into ..Update
without a diff.
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.
Ah... this happened during merging #2650 by @ndmckinley into my original code 81c263d, but well you are right, we don't need this.
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.
fixed c979aa1
6c94752
to
c979aa1
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
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.
This validation isn't strictly correct - the docs say "Must be less than or equal to 256 UTF-8 bytes" (bytes, not characters) but I think it's still useful given that 256 single byte characters is the upper bound for what the API would accept.
I'll merge this shortly.
Merging failed - @tmshn do you mind rebasing? |
c979aa1
to
5b31ba9
Compare
Rebased (commit history is now cleaned). |
5b31ba9
to
6ce8bbb
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
(setting empty value tend to be more buggy than setting other values)
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
6ce8bbb
to
9070e95
Compare
I've added the
description
field to resourcegoogle_service_account
ref:
Release Note Template for Downstream PRs (will be copied)