-
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
resource_storage_bucket_object: added support for Customer Supplied E… #4992
Conversation
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
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. Thanks for your contribution! A human will be with you soon. @slevenick, please review this PR or find an appropriate assignee. |
@ScottSuarez I think you have context on this, can you take a look? |
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.
Whenever you submit your changes are are ready for another review hit the little re-request review button next to my name. ^^
mmv1/third_party/terraform/resources/resource_storage_bucket_object.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/resources/resource_storage_bucket_object.go
Outdated
Show resolved
Hide resolved
1 similar comment
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.
Last bit of asks ! Thanks for your help :)
mmv1/third_party/terraform/tests/resource_storage_bucket_object_test.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/resources/resource_storage_bucket_object.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/resources/resource_storage_bucket_object.go
Outdated
Show resolved
Hide resolved
/gcbrun |
oh! one more thing, sorry, could you add this field to the documentation for this resource? To see how we usually document nested fields check here. after this these changes should be good to go pending tests pass! Thanks so much for your help :) |
…ncryption Keys (CSEK) Signed-off-by: Jacek Kikiewicz <[email protected]>
@ScottSuarez I've added documentation entries as requested. |
/gcbrun |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccCloudbuildWorkerPool_basic|TestAccDataLossPreventionDeidentifyTemplate_dlpDeidentifyTemplateBasicExample|TestAccStorageObject_customerEncryption You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=199300 |
Tests failed during RECORDING mode: TestAccDataLossPreventionDeidentifyTemplate_dlpDeidentifyTemplateBasicExample|TestAccCloudbuildWorkerPool_basic Please fix these to complete your PR |
test passed ! this is good to go ! Checked in ~. should release next Monday :] |
…ncryption Keys (CSEK)
As per title, added support for customer supplied encryption keys.
This resolves: hashicorp/terraform-provider-google#8133
This is a follow up (as per advice from @ScottSuarez ) of: #4950
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)