magic-modules icon indicating copy to clipboard operation
magic-modules copied to clipboard

Fixed SecurityPolicyRule and RegionSecurityPolicyRule resources being unable to manage the policy default rule

Open matheusaleixo-cit opened this issue 4 months ago • 1 comments

Adds custom code to allow the google_compute_region_security_policy_rule and google_compute_security_policy_rule resources to override the default rule of their respective security policy without the need of a multi-apply import process.

Fixes: https://github.com/hashicorp/terraform-provider-google/issues/15687

Release Note Template for Downstream PRs (will be copied)

compute: fixed unable to create default rule when using `google_compute_region_security_policy_rule` resource
compute: fixed unable to create default rule when using `google_compute_security_policy_rule` resource

matheusaleixo-cit avatar Oct 18 '24 15:10 matheusaleixo-cit