Skip to content

Commit 58f6ea7

Browse files
committed
fix tflint review
1 parent fa35713 commit 58f6ea7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/odb/exadata_infra.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
44
resource "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
3131
resource "aws_odb_cloud_exadata_infrastructure" "test_X9M" {
3232
display_name = "Ofake_my_exa_X9M"
3333
shape = "Exadata.X9M"

0 commit comments

Comments
 (0)