File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ func GetMariaDBClusterDataUpdate(d *schema.ResourceData) (*mariadb.PatchClusterR
215
215
return & cluster , nil
216
216
}
217
217
218
+ // GetMariaClusterConnectionsData retrieves the data from the terraform resource and sets it in the MariaDB connection struct.
218
219
func GetMariaClusterConnectionsData (d * schema.ResourceData ) []mariadb.Connection {
219
220
connections := make ([]mariadb.Connection , 0 )
220
221
@@ -243,6 +244,7 @@ func GetMariaClusterConnectionsData(d *schema.ResourceData) []mariadb.Connection
243
244
return connections
244
245
}
245
246
247
+ // GetMariaClusterMaintenanceWindowData retrieves the data from the terraform resource and sets it in the MariaDB Maintenance Window struct.
246
248
func GetMariaClusterMaintenanceWindowData (d * schema.ResourceData ) * mariadb.MaintenanceWindow {
247
249
var maintenanceWindow mariadb.MaintenanceWindow
248
250
You can’t perform that action at this time.
0 commit comments