You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. backup_replication_gcp_target can ONLY be set when editing existing clusters
806
+
# - It will be ignored during initial cluster creation
807
+
# - To add backup replication, first create the cluster, then update the configuration
808
+
#
809
+
# 2. Cluster Type Rules:
810
+
# - SYNCHRONOUS: All regions MUST have the same backup_replication_gcp_target
811
+
# - GEO_PARTITIONED: Each region can have different backup_replication_gcp_target values. This allows for region-specific backup strategies and compliance requirements
812
+
#
813
+
# 3. Requirements:
814
+
# - Only supported for GCP clusters
815
+
# - Only supported for PAID tier clusters
816
+
# - All regions must have backup_replication_gcp_target if any are provided
-`cluster_allow_list_ids` (List of String) List of IDs of the allow lists assigned to the cluster.
617
844
-`cmk_spec` (Attributes) KMS Provider Configuration. (see [below for nested schema](#nestedatt--cmk_spec))
618
845
-`database_track` (String) The track of the database. Production or Innovation or Preview.
846
+
-`desired_connection_pooling_state` (String) The desired connection pooling state of the cluster, Enabled or Disabled. This parameter can be used to enable/disable Connection Pooling
619
847
-`desired_state` (String) The desired state of the cluster, Active or Paused. This parameter can be used to pause/resume a cluster.
620
848
-`fault_tolerance` (String) The fault tolerance of the cluster. NONE, NODE, ZONE or REGION.
621
849
-`node_config` (Attributes, Deprecated) (see [below for nested schema](#nestedatt--node_config))
@@ -643,6 +871,7 @@ Required:
643
871
644
872
Optional:
645
873
874
+
-`backup_replication_gcp_target` (String) GCS bucket name for backup replication target. Only configurable when editing existing clusters. For SYNCHRONOUS clusters, all regions must have the same target. For GEO_PARTITIONED clusters, each region can have different targets. Only supported for GCP clusters and PAID tier.
646
875
-`disk_iops` (Number) Disk IOPS of the nodes of the region.
647
876
-`disk_size_gb` (Number) Disk size of the nodes of the region.
648
877
-`is_default` (Boolean)
@@ -652,6 +881,10 @@ Optional:
652
881
-`vpc_id` (String)
653
882
-`vpc_name` (String)
654
883
884
+
Read-Only:
885
+
886
+
-`backup_region` (Boolean) Indicates whether cluster backup data will be stored in this region.
0 commit comments