oci_data_safe_database_security_config_management

This resource provides the Database Security Config Management resource in Oracle Cloud Infrastructure Data Safe service.

Updates the database security configuration.

Example Usage

resource "oci_data_safe_database_security_config_management" "test_database_security_config_management" {
    #Required
    compartment_id = var.compartment_id
    target_id = oci_data_safe_target_database.test_target_database.id

    #Optional
    defined_tags = {"Operations.CostCenter"= "42"}
    description = var.database_security_config_management_description
    display_name = var.database_security_config_management_display_name
    freeform_tags = {"Department"= "Finance"}
    sql_firewall_config {

        #Optional
        exclude_job = var.database_security_config_management_sql_firewall_config_exclude_job
        status = var.database_security_config_management_sql_firewall_config_status
        violation_log_auto_purge = var.database_security_config_management_sql_firewall_config_violation_log_auto_purge
    }
}

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 Database Security Config Management * update - (Defaults to 20 minutes), when updating the Database Security Config Management * delete - (Defaults to 20 minutes), when destroying the Database Security Config Management

Import

Import is not supported for this resource.