oci_database_autonomous_database_wallet

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

Creates and downloads a wallet for the specified Autonomous Database.

If passing the base64 encoded content to a local_file resource, please use the content_base64 attribute of the local_file resource. See this example for more details.

Recreate the resource to create and download a new wallet.

Example Usage

resource "oci_database_autonomous_database_wallet" "test_autonomous_database_wallet" {
    #Required
    autonomous_database_id = oci_database_autonomous_database.test_autonomous_database.id
    password = var.autonomous_database_wallet_password

    #Optional
    base64_encode_content = "false"
    generate_type = var.autonomous_database_wallet_generate_type
    is_regional = var.autonomous_database_wallet_is_regional
}

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

Import

Import is not supported for this resource.