oci_database_db_node

This resource provides the Db Node resource in Oracle Cloud Infrastructure Database service.

Updates the specified database node.

Example Usage

resource "oci_database_db_node" "test_db_node" {
	#Required
	db_node_id = oci_database_db_node.test_db_node.id

	#Optional
	defined_tags = var.db_node_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 Db Node * update - (Defaults to 20 minutes), when updating the Db Node * delete - (Defaults to 20 minutes), when destroying the Db Node

Import

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

$ terraform import oci_database_db_node.test_db_node "id"