File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- // Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
1+ # Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
22
3- // Exadata Infrastructure with customer managed maintenance window
3+ # Exadata Infrastructure with customer managed maintenance window
44resource "aws_odb_cloud_exadata_infrastructure" "exa_infra_X11M_all_param" {
5- display_name = " Ofake_my_odb_exadata_infra" // Required Field
6- shape = " Exadata.X11M" // Required Field
5+ display_name = " Ofake_my_odb_exadata_infra"
6+ shape = " Exadata.X11M"
77 storage_count = 3
88 compute_count = 2
9- availability_zone_id = " use1-az6" // Required Field
9+ availability_zone_id = " use1-az6"
1010 customer_contacts_to_send_to_oci = [
" [email protected] " ]
1111 database_server_type = " X11M"
1212 storage_server_type = " X11M-HC"
13- maintenance_window = { // Required
13+ maintenance_window = {
1414 custom_action_timeout_in_mins = 16
1515 days_of_week = [" MONDAY" , " TUESDAY" ]
1616 hours_of_day = [11 , 16 ]
@@ -27,7 +27,7 @@ resource "aws_odb_cloud_exadata_infrastructure" "exa_infra_X11M_all_param" {
2727
2828}
2929
30- // Exadata Infrastructure with default maintenance window with X9M system shape. with minimum parameters
30+ # Exadata Infrastructure with default maintenance window with X9M system shape. with minimum parameters
3131resource "aws_odb_cloud_exadata_infrastructure" "test_X9M" {
3232 display_name = " Ofake_my_exa_X9M"
3333 shape = " Exadata.X9M"
You can’t perform that action at this time.
0 commit comments