-
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
[#20905] Add network scope and src network fields to fw policy rules #12762
[#20905] Add network scope and src network fields to fw policy rules #12762
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @hao-nan-li, 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. |
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_compute_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
Resource: resource "google_compute_region_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
src_networks = # value needed
}
}
|
1 similar comment
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_compute_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
Resource: resource "google_compute_region_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
src_networks = # value needed
}
}
|
Tests analyticsTotal tests: 1083 Click here to see the affected service packages
Action takenFound 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
Tests analyticsTotal tests: 1083 Click here to see the affected service packages
Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
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_compute_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
Resource: resource "google_compute_region_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
src_networks = # value needed
}
}
|
Tests analyticsTotal tests: 1083 Click here to see the affected service packages
Action takenFound 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
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_compute_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
Resource: resource "google_compute_region_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
src_networks = # value needed
}
}
|
Tests analyticsTotal tests: 1083 Click here to see the affected service packages
Action takenFound 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
636794b
to
9a84850
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_compute_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
Resource: resource "google_compute_region_network_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
src_networks = # value needed
}
}
|
Tests analyticsTotal tests: 1083 Click here to see the affected service packages
Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
9a84850
to
f1fd15e
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.
|
Tests analyticsTotal tests: 1085 Click here to see the affected service packages
Action takenFound 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
…oogleCloudPlatform#12762) Co-authored-by: Luca Prete <[email protected]>
Adds network scope and src network fields to firewall policy rules.
Fixes hashicorp/terraform-provider-google/issues/20905
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.