Skip to content

Commit

Permalink
use the correct function for data source
Browse files Browse the repository at this point in the history
  • Loading branch information
posriniv committed Jan 30, 2024
1 parent 9bca93c commit 000e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/data_source_cluster_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (r dataClusterNameType) GetSchema(_ context.Context) (tfsdk.Schema, diag.Di
},
"backup_schedules": {
Computed: true,
Attributes: tfsdk.ListNestedAttributes(getBackupScheduleAttributes()),
Attributes: tfsdk.ListNestedAttributes(getBackupScheduleDsAttributes()),
},
"cmk_spec": {
Description: "KMS Provider Configuration.",
Expand Down

0 comments on commit 000e923

Please sign in to comment.