oci_database_autonomous_container_database_snapshot_standby

This resource provides the Autonomous Container Database Snapshot Standby resource in Oracle Cloud Infrastructure Database service.

Convert the standby Autonomous Container Database (ACD) between physical standby and snapshot standby ACD. For more information about converting standby ACDs, see Convert Physical Standby to Snapshot Standby and Convert Snapshot Standby to Physical Standby.

Example Usage

resource "oci_database_autonomous_container_database_snapshot_standby" "test_autonomous_container_database_snapshot_standby" {
	#Required
	autonomous_container_database_id = oci_database_autonomous_container_database.test_autonomous_container_database.id
	role = var.autonomous_container_database_snapshot_standby_role

	#Optional
	connection_strings_type = var.autonomous_container_database_snapshot_standby_connection_strings_type
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Autonomous Container Database Snapshot Standby * update - (Defaults to 20 minutes), when updating the Autonomous Container Database Snapshot Standby * delete - (Defaults to 20 minutes), when destroying the Autonomous Container Database Snapshot Standby

Import

AutonomousContainerDatabaseSnapshotStandby can be imported using the id, e.g.

$ terraform import oci_database_autonomous_container_database_snapshot_standby.test_autonomous_container_database_snapshot_standby "id"