Data Source: oci_database_autonomous_database_instance_wallet_management
This data source provides details about a specific Autonomous Database Instance Wallet Management resource in Oracle Cloud Infrastructure Database service.
Gets the wallet details for the specified Autonomous Database.
Example Usage
data "oci_database_autonomous_database_instance_wallet_management" "test_autonomous_database_instance_wallet_management" {
#Required
autonomous_database_id = oci_database_autonomous_database.test_autonomous_database.id
}
Argument Reference
The following arguments are supported:
autonomous_database_id
- (Required) The database OCID.
Attributes Reference
The following attributes are exported:
autonomous_database_id
- The database OCID.should_rotate
- Indicates whether to rotate the wallet or not. Iffalse
, the wallet will not be rotated. The default isfalse
.state
- The current lifecycle state of the Autonomous Database wallet.time_rotated
- The date and time the wallet was last rotated.