oci_data_safe_security_assessment_finding

This resource provides the Security Assessment Finding resource in Oracle Cloud Infrastructure Data Safe service.

Patches one or more findings in the specified template baseline type security assessment. Use it to modify max allowed risk level in template baseline.

Example Usage

resource "oci_data_safe_security_assessment_finding" "test_security_assessment_finding" {
	#Required
	security_assessment_id = oci_data_safe_security_assessment.test_security_assessment.id

	#Optional
	patch_operations {
		#Required
		operation = var.security_assessment_finding_patch_operations_operation
		selection = var.security_assessment_finding_patch_operations_selection

		#Optional
		value = var.security_assessment_finding_patch_operations_value
	}
}

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

Import

SecurityAssessmentFindings can be imported using the id, e.g.

$ terraform import oci_data_safe_security_assessment_finding.test_security_assessment_finding "securityAssessments/{securityAssessmentId}/findings"