oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
731 stars 668 forks source link

Question related to source argument values #1896

Open Rameswar1 opened 1 year ago

Rameswar1 commented 1 year ago

we have source argument which accepts CROSS_REGION_DATAGUARD | CROSS_REGION_DISASTER_RECOVERY etc.. What is difference between CROSS_REGION_DATAGUARD & CROSS_REGION_DISASTER_RECOVERY

Rameswar1 commented 1 year ago

resource oci_database_autonomous_database

lfeldman commented 1 year ago

Cross-Region Dataguard will set up an Autonomous DataGuard feature. Cross-Region Disaster Recovery will build backup based solution. The difference is in RTO/RPO and the costs. Check details here.

Rameswar1 commented 1 year ago

Can you confirm on below as well ? source=CROSS_REGION_DATAGUARD is same as source=CROSS_REGION_DISASTER_RECOVERY + remote_disaster_recovery_type ="ADG"