Name | Version |
---|---|
terraform | < 1.3.0 |
Name | Version |
---|---|
oci | n/a |
No modules.
Name | Type |
---|---|
oci_cloud_guard_cloud_guard_configuration.this | resource |
oci_cloud_guard_detector_recipe.activity_cloned | resource |
oci_cloud_guard_detector_recipe.configuration_cloned | resource |
oci_cloud_guard_detector_recipe.threat_cloned | resource |
oci_cloud_guard_responder_recipe.responder_cloned | resource |
oci_cloud_guard_target.these | resource |
oci_cloud_guard_cloud_guard_configuration.this | data source |
oci_cloud_guard_detector_recipes.activity | data source |
oci_cloud_guard_detector_recipes.configuration | data source |
oci_cloud_guard_detector_recipes.threat | data source |
oci_cloud_guard_responder_recipes.responder | data source |
oci_identity_regions.these | data source |
oci_identity_tenancy.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cloud_guard_configuration | Cloud Guard settings, for managing Cloud Guard resources in OCI. Please see the comments within each attribute for details. | object({ |
null |
no |
compartments_dependency | A map of objects containing the externally managed compartments this module may depend on. All map objects must have the same type and must contain at least an 'id' attribute (representing the compartment OCID) of string type. | map(object({ |
null |
no |
detector_recipes_order | The order in which detector recipes are created. Use this to avoid any Cloud Guard recipe replacements due to the reordering of detector recipes. By default, the module creates threat, then configuration, then activity recipes. The order can be observed in the terraform plan output. | list(string) |
[ |
no |
enable_output | Whether Terraform should enable module output. | bool |
true |
no |
module_name | The module name. | string |
"cloud-guard" |
no |
responder_recipes_order | The order in which responder recipes are created. Use this to avoid any Cloud Guard recipe replacements due to the reordering of responder recipes. The order can be observed in the terraform plan output. | list(string) |
[ |
no |
tenancy_ocid | The tenancy OCID. | string |
n/a | yes |
Name | Description |
---|---|
cloned_activity_detector_recipe | Cloned Cloud Guard activity detector recipe. |
cloned_configuration_detector_recipe | Cloned Cloud Guard configuration detector recipe. |
cloned_responder_recipe | Cloned Cloud Guard responder recipe. |
cloned_threat_detector_recipe | Cloned Cloud Guard threat detector recipe. |
configuration | Cloud Guard configuration information. |
targets | Cloud Guard target information. |