oci_data_safe_data_safe_configuration

This resource provides the Data Safe Configuration resource in Oracle Cloud Infrastructure Data Safe service.

Enables Data Safe in the tenancy and region.

Example Usage

resource "oci_data_safe_data_safe_configuration" "test_data_safe_configuration" {
	#Required
	is_enabled = var.data_safe_configuration_is_enabled

	#Optional
	compartment_id = var.compartment_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 Data Safe Configuration * update - (Defaults to 20 minutes), when updating the Data Safe Configuration * delete - (Defaults to 20 minutes), when destroying the Data Safe Configuration

Import

Import is not supported for this resource.