oci_database_autonomous_database_instance_wallet_management

This resource provides the Autonomous Database Instance Wallet Management resource in Oracle Cloud Infrastructure Database service.

Updates the wallet for the specified Autonomous Database.

Example Usage

resource "oci_database_autonomous_database_instance_wallet_management" "test_autonomous_database_instance_wallet_management" {
	#Required
	autonomous_database_id = oci_database_autonomous_database.test_autonomous_database.id

	#Optional
	grace_period = var.autonomous_database_instance_wallet_management_grace_period
	should_rotate = var.autonomous_database_instance_wallet_management_should_rotate
}

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 Database Instance Wallet Management * update - (Defaults to 20 minutes), when updating the Autonomous Database Instance Wallet Management * delete - (Defaults to 20 minutes), when destroying the Autonomous Database Instance Wallet Management

Import

Import is not supported for this resource.