oci_cloud_guard_cloud_guard_configuration
This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/cloud-guard/latest/CloudGuardConfiguration
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/certificatesguard
Updates 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:
compartment_id- (Required) (Updatable) The OCID of the compartment in which to list resources.reporting_region- (Required) (Updatable) The reporting regionself_manage_resources- (Optional) (Updatable) Identifies if Oracle managed resources will be created by customers. If no value is specified false is the default.status- (Required) (Updatable) Status of Cloud Guard tenant
** 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:
reporting_region- The reporting regionself_manage_resources- Were Oracle-managed resources created by customer?status- Status of the Cloud Guard tenant
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.