Skip to content

Commit

Permalink
Update data_source_backup_dr_management_server.go.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika-98 authored Nov 1, 2023
1 parent dd1e92a commit 9de6310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func flattenBackupDRManagementServerResourceResp(v interface{}, d *schema.Resour
fmt.Printf("Interface is : %s", v)
l := v.([]interface{})
for _, raw := range l {
// Management server is a singleton resource. It is only present in one location per project. Hence returning first resource present.
// Management server is a singleton resource. It is only present in one location per project. Hence returning only resource present.
return flattenBackupDRManagementServerResource(raw, d, config)
}
return nil
Expand Down

0 comments on commit 9de6310

Please sign in to comment.