hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.25k stars 1.7k forks source link

Support Deletion Protection for Redis Cluster #17763

Open Harshita1603 opened 3 months ago

Harshita1603 commented 3 months ago

Community Note

Description

Redis Cluster will support deletion protection feature i.e. an incoming deletion request will fail if the cluster is deletion protected. Terraform provider will need to support these new configuration options.

New or Affected Resource(s)

google_redis_cluster

Potential Terraform Configuration

resource "google_redis_cluster" "default" {
   deletion_protection_enabled = true
 }

References

No response

b/338675013

Harshita1603 commented 3 months ago

Working on this issue