-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 restrictedFields functionality #11420
base: main
Are you sure you want to change the base?
add restrictedFields functionality #11420
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @c2thorn, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
@c2thorn This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @c2thorn This PR has been waiting for review for 1 week. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @c2thorn This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
mmv1/third_party/terraform/services/logging/resource_logging_bucket_config.go
Show resolved
Hide resolved
mmv1/third_party/terraform/services/logging/resource_logging_bucket_config_test.go
Show resolved
Hide resolved
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_logging_billing_account_bucket_config" "primary" {
restricted_fields = # value needed
}
Resource: resource "google_logging_folder_bucket_config" "primary" {
restricted_fields = # value needed
}
Resource: resource "google_logging_organization_bucket_config" "primary" {
restricted_fields = # value needed
}
|
Tests analyticsTotal tests: 77 Click here to see the affected service packages
Action takenFound 24 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
@ExecutiveOrder6102, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 28 days. This notification can be disabled with the |
@ExecutiveOrder6102, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 14 days. This notification can be disabled with the |
7a98b33
to
2d04a8c
Compare
2d04a8c
to
0676162
Compare
Add extra tests
0676162
to
f456964
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_logging_billing_account_bucket_config" "primary" {
restricted_fields = # value needed
}
Resource: resource "google_logging_folder_bucket_config" "primary" {
restricted_fields = # value needed
}
|
Tests analyticsTotal tests: 0 Click here to see the affected service packages
Tests were added that are skipped in VCR:
View the build log |
Looks like several build errors:
|
randomly reassigning for upcoming out of office |
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.
Build errors need to be fixed.
@ExecutiveOrder6102, this PR is waiting for action from you. If no action is taken, this PR will be closed in 28 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
@ExecutiveOrder6102, this PR is waiting for action from you. If no action is taken, this PR will be closed in 14 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
This adds a
restricted_fields
list to the following resources:Resolves #10142
I've run though the contributing steps, however didn't have access to an organisation so the go tests were skipped when I ran them. However I have tested locally:
Results in with
terraform apply
:terraform show
Verifying that terraform isn't lying with:
Let me know if I've missed anything
Release Note Template for Downstream PRs (will be copied)