cloudsecuritycompliance: add nested parameter_spec fields to google_cloud_security_compliance_cloud_control - #18808
Open
slevenick wants to merge 1 commit into
Open
Conversation
…loud_security_compliance_cloud_control
Collaborator
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit e350cb0: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_cloud_security_compliance_cloud_control" "primary" {
parameter_spec {
default_value {
oneof_value {
parameter_value {
oneof_value {
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
}
}
}
}
}
sub_parameters {
default_value {
oneof_value {
parameter_value {
oneof_value {
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
}
}
}
}
}
sub_parameters {
default_value {
bool_value = # value needed
number_value = # value needed
oneof_value {
name = # value needed
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
string_value = # value needed
}
}
string_list_value {
values = # value needed
}
}
substitution_rules {
attribute_substitution_rule {
attribute = # value needed
}
placeholder_substitution_rule {
attribute = # value needed
}
}
validation {
allowed_values {
values {
bool_value = # value needed
number_value = # value needed
oneof_value {
name = # value needed
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
string_value = # value needed
}
}
string_list_value {
values = # value needed
}
string_value = # value needed
}
}
int_range {
max = # value needed
min = # value needed
}
regexp_pattern {
pattern = # value needed
}
}
}
validation {
allowed_values {
values {
oneof_value {
parameter_value {
oneof_value {
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
}
}
}
}
}
}
}
}
validation {
allowed_values {
values {
oneof_value {
parameter_value {
oneof_value {
parameter_value {
bool_value = # value needed
number_value = # value needed
string_list_value {
values = # value needed
}
}
}
}
}
}
}
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @slevenick VCR tests complete for e350cb0! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add nested
parameter_specfields togoogle_cloud_security_compliance_cloud_control.reference: b/550549356