oci_cloud_guard_managed_list

This resource provides the Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.

Creates a new ManagedList object.

Example Usage

resource "oci_cloud_guard_managed_list" "test_managed_list" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.managed_list_display_name

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.managed_list_description
	freeform_tags = {"bar-key"= "value"}
	list_items = var.managed_list_list_items
	list_type = var.managed_list_list_type
	source_managed_list_id = oci_cloud_guard_managed_list.test_managed_list.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 Managed List * update - (Defaults to 20 minutes), when updating the Managed List * delete - (Defaults to 20 minutes), when destroying the Managed List

Import

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

$ terraform import oci_cloud_guard_managed_list.test_managed_list "id"