Skip to content

Commit be37b83

Browse files
authored
Update data_source_clusters.go (#1722)
1 parent 4203246 commit be37b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/cluster/data_source_clusters.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ func flattenClusters(ctx context.Context, d *schema.ResourceData, conn *matlas.C
375375
"advanced_configuration": advancedcluster.FlattenProcessArgs(processArgs),
376376
"auto_scaling_compute_enabled": clusters[i].AutoScaling.Compute.Enabled,
377377
"auto_scaling_compute_scale_down_enabled": clusters[i].AutoScaling.Compute.ScaleDownEnabled,
378-
"auto_scaling_disk_gb_enabled": clusters[i].BackupEnabled,
378+
"auto_scaling_disk_gb_enabled": clusters[i].AutoScaling.DiskGBEnabled,
379379
"backup_enabled": clusters[i].BackupEnabled,
380380
"provider_backup_enabled": clusters[i].ProviderBackupEnabled,
381381
"cluster_type": clusters[i].ClusterType,

0 commit comments

Comments
 (0)