» Data Source: oci_database_autonomous_data_warehouse_wallet

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

IMPORTANT: This data source is being deprecated, use oci_database_autonomous_database_wallet instead.

» Example Usage

data "oci_database_autonomous_data_warehouse_wallet" "test_autonomous_data_warehouse_wallet" {
    #Required
    autonomous_data_warehouse_id = "${oci_database_autonomous_data_warehouse.test_autonomous_data_warehouse.id}"
    password = "${var.autonomous_data_warehouse_wallet_password}"
}

» Argument Reference

The following arguments are supported:

  • autonomous_data_warehouse_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 Data Warehouse