Add src_network_context and dest_network_context fields to firewall policy rules#16373
Add src_network_context and dest_network_context fields to firewall policy rules#16373mihhalj wants to merge 4 commits intoGoogleCloudPlatform:mainfrom
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @rileykarson, 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. |
6bdc096 to
5393466
Compare
5393466 to
763207a
Compare
d9af67c to
2021904
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_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
|
|
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_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
|
Tests analyticsTotal tests: 1343 Click here to see the affected service packages
Action takenFound 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
1 similar comment
Tests analyticsTotal tests: 1343 Click here to see the affected service packages
Action takenFound 10 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. |
|
🔴 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_firewall_policy_rule" "primary" {
match {
dest_network_scope = # value needed
}
}
|
Tests analyticsTotal tests: 1349 Click here to see the affected service packages
Action takenFound 10 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. |
It adds new src_network_context and dest_network_context fields to firewall policy rule resources. Currently in beta there are src_network_scope and dest_network_scope fields - they are going to be replaced by src_network_context and dest_network_context but due to backward compatibility first we need to support both of them.
16373
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.