This resource provides the Autonomous Database Regional Wallet Management resource in Oracle Cloud Infrastructure Database service.
Updates the Autonomous Database regional wallet.
resource "oci_database_autonomous_database_regional_wallet_management" "test_autonomous_database_regional_wallet_management" {
#Optional
grace_period = var.autonomous_database_regional_wallet_management_grace_period
should_rotate = var.autonomous_database_regional_wallet_management_should_rotate
}
The following arguments are supported:
grace_period
- (Optional) (Updatable) The number of hours that the old wallet can be used after it has been rotated. The old wallet will no longer be valid after the number of hours in the wallet rotation grace period has passed. During the grace period, both the old wallet and the current wallet can be used.should_rotate
- (Optional) (Updatable) Indicates whether to rotate the wallet or not. If false
, the wallet will not be rotated. The default is false
.* 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:
state
- The current lifecycle state of the Autonomous Database wallet.time_rotated
- The date and time the wallet was last rotated.The timeouts
block allows you to specify timeouts for certain operations:
* create
- (Defaults to 2 hours), when creating the Autonomous Database Regional Wallet Management
* update
- (Defaults to 2 hours), when updating the Autonomous Database Regional Wallet Management
* delete
- (Defaults to 2 hours), when destroying the Autonomous Database Regional Wallet Management
Import is not supported for this resource.