oci_data_safe_attribute_set

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

Creates an attribute set.

Example Usage

resource "oci_data_safe_attribute_set" "test_attribute_set" {
	#Required
	attribute_set_type = var.attribute_set_attribute_set_type
	attribute_set_values = var.attribute_set_attribute_set_values
	compartment_id = var.compartment_id
	display_name = var.attribute_set_display_name

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.attribute_set_description
	freeform_tags = {"Department"= "Finance"}
}

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

Import

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

$ terraform import oci_data_safe_attribute_set.test_attribute_set "id"