oci_database_external_non_container_database

This resource provides the External Non Container Database resource in Oracle Cloud Infrastructure Database service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/database/latest/ExternalNonContainerDatabase

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/database

Creates a new ExternalNonContainerDatabase resource

Example Usage

resource "oci_database_external_non_container_database" "test_external_non_container_database" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.external_non_container_database_display_name

	#Optional
	defined_tags = var.external_non_container_database_defined_tags
	freeform_tags = {"Department"= "Finance"}
}

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 External Non Container Database * update - (Defaults to 20 minutes), when updating the External Non Container Database * delete - (Defaults to 20 minutes), when destroying the External Non Container Database

Import

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

$ terraform import oci_database_external_non_container_database.test_external_non_container_database "id"