Skip to content

Commit ff2ecb6

Browse files
committed
Minor changes
1 parent 4b92824 commit ff2ecb6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

terraform/adb_with_cross-region_standby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Terraform example creates an Autonomous AI Database with a cross-region sta
44

55
You can run it by updating the file _terraform.tfvars_ file with the settings you want.
66

7-
Enter your tenancy OCID, user OCID, user fingerprint, private key file path, region name, and compartment OCID. Change the other settings like database name and compute count to your liking.
7+
Enter your tenancy OCID, user OCID, user fingerprint, private key file path, region name, and compartment OCID. Change the other settings like database name and compute count to your liking and enter the ADMIN user password you want.
88

99
```tenancy_ocid = ""
1010
user_ocid = ""
@@ -19,7 +19,7 @@ standby_region = "us-phoenix-1"
1919
adb_display_name = "primarydb"
2020
adb_db_name = "primarydb"
2121
22-
admin_password = "WelcomeADB26"
22+
admin_password = ""
2323
2424
db_workload = "OLTP"
2525

terraform/adb_with_cross-region_standby/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ standby_region = "us-phoenix-1"
1111
adb_display_name = "primarydb"
1212
adb_db_name = "primarydb"
1313

14-
admin_password = "WelcomeADB26"
14+
admin_password = ""
1515

1616
db_workload = "OLTP"
1717

terraform/adb_with_local_standby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Terraform example creates an Autonomous AI Database with a local standby.
44

55
You can run it by updating the file _terraform.tfvars_ file with the settings you want.
66

7-
Enter your tenancy OCID, user OCID, user fingerprint, private key file path, region name, and compartment OCID. Change the other settings like database name and compute count to your liking.
7+
Enter your tenancy OCID, user OCID, user fingerprint, private key file path, region name, and compartment OCID. Change the other settings like database name and compute count to your liking and enter the ADMIN user password you want.
88

99
```tenancy_ocid = ""
1010
user_ocid = ""
@@ -16,7 +16,7 @@ compartment_ocid = ""
1616
1717
db_name = "primarydb"
1818
display_name = "primarydb"
19-
admin_password = "WelcomeADB26"
19+
admin_password = ""
2020
compute_count = 2
2121
data_storage_tbs = 1
2222
db_workload = "OLTP"

terraform/adb_with_local_standby/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compartment_ocid = ""
88

99
db_name = "primarydb"
1010
display_name = "primarydb"
11-
admin_password = "WelcomeADB26"
11+
admin_password = ""
1212
compute_count = 2
1313
data_storage_tbs = 1
1414
db_workload = "OLTP"

0 commit comments

Comments
 (0)