oci_identity_db_credential

This resource provides the Db Credential resource in Oracle Cloud Infrastructure Identity service.

Creates a new DB credential for the specified user.

Example Usage

resource "oci_identity_db_credential" "test_db_credential" {
	#Required
	description = var.db_credential_description
	password = var.db_credential_password
	user_id = oci_identity_user.test_user.id
}

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 Db Credential * update - (Defaults to 20 minutes), when updating the Db Credential * delete - (Defaults to 20 minutes), when destroying the Db Credential

Import

Import is not supported for this resource.