» Data Source: oci_database_autonomous_database_wallet

This data source provides details about a specific Autonomous Database Wallet resource in Oracle Cloud Infrastructure Database service.

Creates and downloads a wallet for the specified Autonomous Database.

» Example Usage

data "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}"
}

» Argument Reference

The following arguments are supported:

  • autonomous_database_id - (Required) The database OCID.
  • password - (Required) The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.

» Attributes Reference

The following attributes are exported:

  • content - content of the downloaded zipped wallet for the Autonomous Database