oci_cloud_guard_cloud_guard_configuration

This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.

Update configuration details for a Cloud Guard tenancy, identified by root compartment OCID. The reporting region cannot be updated once created.

Example Usage

resource "oci_cloud_guard_cloud_guard_configuration" "test_cloud_guard_configuration" {
	#Required
	compartment_id = var.compartment_id
	reporting_region = var.cloud_guard_configuration_reporting_region
	status = var.cloud_guard_configuration_status

	#Optional
	self_manage_resources = var.cloud_guard_configuration_self_manage_resources
}

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

Import

Import is not supported for this resource.