This resource provides the Operations Insights Warehouse Download Warehouse Wallet resource in Oracle Cloud Infrastructure Opsi service.
Download the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
resource "oci_opsi_operations_insights_warehouse_download_warehouse_wallet" "test_operations_insights_warehouse_download_warehouse_wallet" {
#Required
operations_insights_warehouse_id = oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse.id
operations_insights_warehouse_wallet_password = var.operations_insights_warehouse_download_warehouse_wallet_operations_insights_warehouse_wallet_password
}
The following arguments are supported:
operations_insights_warehouse_id
- (Required) Unique Operations Insights Warehouse identifieroperations_insights_warehouse_wallet_password
- (Required) User provided ADW wallet password for the Operations Insights Warehouse.* 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
The following attributes are exported:
The timeouts
block allows you to specify timeouts for certain operations:
* create
- (Defaults to 20 minutes), when creating the Operations Insights Warehouse Download Warehouse Wallet
* update
- (Defaults to 20 minutes), when updating the Operations Insights Warehouse Download Warehouse Wallet
* delete
- (Defaults to 20 minutes), when destroying the Operations Insights Warehouse Download Warehouse Wallet
OperationsInsightsWarehouseDownloadWarehouseWallet can be imported using the id
, e.g.
$ terraform import oci_opsi_operations_insights_warehouse_download_warehouse_wallet.test_operations_insights_warehouse_download_warehouse_wallet "id"