oci_database_autonomous_container_database_snapshot_standby

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

Convert between and SnapshotStandby Standby Autonomous Container Database . For more information about changing Autonomous Container Databases Add Standby, see Convert Standby Autonomous Container Database 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"