Matheus Guilherme Souza Aleixo
Matheus Guilherme Souza Aleixo
Adds support for 'preconfiguredWafConfig' and 'rateLimitOptions' fields to 'google_compute_region_security_policy_rule' Fixes: https://github.com/hashicorp/terraform-provider-google/issues/17442 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: Added 'preconfiguredWafConfig' field to 'google_compute_region_security_policy_rule' resource; ``` ```release-note:enhancement...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
Adds support to 'aws_v4_authentication' and it's nested fields to 'compute_backend_service' resource. Fixes: https://github.com/hashicorp/terraform-provider-google/issues/18551 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: added 'aws_v4_authentication' fields to 'google_compute_backend_service' resource;...
Adds new resource `google_compute_router_nat_address`, allowing changes to the `nat_ips` and `drain_nat_ips` fields separately from the `google_compute_router_nat` resource. Also adds a new field `initial_nat_ip` for resource `google_compute_router_nat` as well, to be...
Fixes a permadiff related to the `preconfigured_waf_config` field in `google_compute_security_policy`. Also promotes `preconfigured_waf_config` to GA. Part of: https://github.com/hashicorp/terraform-provider-google/issues/16882, https://github.com/hashicorp/terraform-provider-google/issues/18596 **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug compute:...
Adds support for the fields `header_action` and `redirect_options` to the resource `google_compute_security_policy_rule`. Fixes: https://github.com/hashicorp/terraform-provider-google/issues/19805 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: added `header_action` and `redirect_options` fields...
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...