You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/learn_more/Tabs.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,12 +394,15 @@ Use this Tab to create Autonomous Database Warehouse or Autonomous Database Tran
394
394
On choosing **"Database"** in the SetUpOCI menu and **"Add/Modify/Delete ADBs"** submenu will allow to create Autonomous Database Warehouse or Autonomous Database Transaction Processing in the OCI tenancy.
395
395
396
396
397
-
Output terraform file generated: \<outdir>/\<region>/ATP-ADW.tf under where \<region> directory is the home region.
397
+
Output terraform file generated: \<outdir>/\<region>/<prefix>_adb.auto.tfvars under where \<region> directory is the home region.
398
398
399
399
Once terraform apply is done, you can view the resources under **Autonomous Database -> Autonomous Databases** in OCI console.
400
400
401
401
On re-running the same option you will find the previously existing files being backed up under directory → \<outdir>/\<region>/backup_adb/\<Date>-\<Month>-\<Time>
402
402
403
+
Notes:
404
+
- Currently the CD3 support ADBs only in Shared Infra
0 commit comments