Skip to content

Commit 7b22fb5

Browse files
committed
Maintenance Window made mandatory.
1 parent 7bb89a1 commit 7b22fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/odb/cloud_exadata_infrastructure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func (r *resourceCloudExadataInfrastructure) Schema(ctx context.Context, req res
267267
CustomType: fwtypes.NewListNestedObjectTypeOf[cloudExadataInfraMaintenanceWindowResourceModel](ctx),
268268
Validators: []validator.List{
269269
listvalidator.SizeAtMost(1),
270-
listvalidator.SizeAtLeast(1),
270+
listvalidator.IsRequired(),
271271
},
272272
Description: " The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window ",
273273
NestedObject: schema.NestedBlockObject{

0 commit comments

Comments
 (0)