oci_data_safe_crypto_assessment

This resource provides the Crypto Assessment resource in Oracle Cloud Infrastructure Data Safe service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/data-safe/latest/CryptoAssessment

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/datasafe

Updates one or more attributes of the specified crypto assessment.

Example Usage

resource "oci_data_safe_crypto_assessment" "test_crypto_assessment" {
	#Required
	crypto_assessment_id = oci_data_safe_crypto_assessment.test_crypto_assessment.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.crypto_assessment_display_name
	freeform_tags = {"Department"= "Finance"}
	is_assessment_scheduled = var.crypto_assessment_is_assessment_scheduled
	schedule = var.crypto_assessment_schedule
}

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

Import

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

$ terraform import oci_data_safe_crypto_assessment.test_crypto_assessment "id"