Acm ingress policy update fixes - #18903
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit de20a70: Diff reportYour PR generated the following diffs in downstream repositories:
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
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
|
Failing VCR test looks unrelated. I ported the TestAccAccessContextManager/service_perimeter_egress_policy_parent_update changes to main and confirmed it failed as expected per hashicorp/terraform-provider-google#29005: |
|
@modular-magician reassign-reviewer |
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @ScottSuarez, 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. |
b8704be
Previous work in this area:
The big change this makes is limiting the update mask for the status / spec fields on ACM service perimeter so that it doesn't ever override values for fields on the fine-grained resources unless they're actually set (and changed!) on the service perimeter. This prevents problems that can arise when the resources are otherwise being used as intented.
Fixes hashicorp/terraform-provider-google#26728
Fixes hashicorp/terraform-provider-google#29005
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.