oci_opsi_operations_insights_warehouse_download_warehouse_wallet

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.

Example Usage

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
}

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 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

Import

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"