-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for routing_mode to google_network_services_gateway #11840
Add support for routing_mode to google_network_services_gateway #11840
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @zli82016, 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.
|
Tests analyticsTotal tests: 1070 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
|
|
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: 1070 Click here to see the affected service packages
View the build log |
Hello, @Samir-Cit , adding a required field is a breaking change in Terraform provider and is not allowed in the provider minor version release. But the new field can be added in the next major release (7.0) of providers. This is the doc. Feel free to let me know if you have any questions. Also, is there Github issue for this PR? Thanks. |
Hello @zli82016 I don't believe we have a Github issue for this. I work with @naveen and this task was on our backlog. |
Thank you for your understanding. If there isn't a Github issue, feel free to create one, which will help to track it in the next major release. Feel free to close this PR. Thanks. |
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: 55 Click here to see the affected service packages
Action takenFound 7 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. |
mmv1/templates/terraform/examples/network_services_gateway_secure_web_proxy.tf.tmpl
Outdated
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.
|
Tests analyticsTotal tests: 55 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
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.
LGTM. Thanks.
Hello folks.
This PR is to add the support for Secure Web Proxy as a Next Hop by adding
routing_mode
field with possible valuesEXPLICIT_ROUTING_MODE
andNEXT_HOP_ROUTING_MODE
to thegoogle_network_services_gateway
resourceRelease Note Template for Downstream PRs (will be copied)