oci_database_exascale_db_storage_vault

This resource provides the Exascale Db Storage Vault resource in Oracle Cloud Infrastructure Database service.

Creates an Exadata Database Storage Vault

Example Usage

resource "oci_database_exascale_db_storage_vault" "test_exascale_db_storage_vault" {
	#Required
	availability_domain = var.exascale_db_storage_vault_availability_domain
	compartment_id = var.compartment_id
	display_name = var.exascale_db_storage_vault_display_name
	high_capacity_database_storage {
		#Required
		total_size_in_gbs = var.exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs
	}

	#Optional
	additional_flash_cache_in_percent = var.exascale_db_storage_vault_additional_flash_cache_in_percent
	defined_tags = var.exascale_db_storage_vault_defined_tags
	description = var.exascale_db_storage_vault_description
	freeform_tags = {"Department"= "Finance"}
	time_zone = var.exascale_db_storage_vault_time_zone
}

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 Exascale Db Storage Vault * update - (Defaults to 20 minutes), when updating the Exascale Db Storage Vault * delete - (Defaults to 20 minutes), when destroying the Exascale Db Storage Vault

Import

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

$ terraform import oci_database_exascale_db_storage_vault.test_exascale_db_storage_vault "id"