Skip to content

Commit de96eca

Browse files
committed
fixed acc test for resource
1 parent 3c2027b commit de96eca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

internal/service/odb/cloud_autonomous_vm_cluster_test.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,17 @@ resource "aws_odb_cloud_exadata_infrastructure" "test" {
475475
availability_zone_id = "use1-az6"
476476
customer_contacts_to_send_to_oci = ["[email protected]"]
477477
478+
maintenance_window = {
479+
custom_action_timeout_in_mins = 16
480+
days_of_week = []
481+
hours_of_day = []
482+
is_custom_action_timeout_enabled = true
483+
lead_time_in_weeks = 0
484+
months = []
485+
patching_mode = "ROLLING"
486+
preference = "NO_PREFERENCE"
487+
weeks_of_month =[]
488+
}
478489
}
479490
`, exaDisplayName)
480491

0 commit comments

Comments
 (0)