Skip to content

Latest commit

 

History

History
 
 

cloud-guard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Summary

Terraform module for OCI Cloud Guard service. That detects misconfigured resources, insecure activity across tenants/compartments, and malicious threat activities and provides security administrators with the visibility to triage and resolve cloud security issues.

Requirements

No requirements.

Providers

Name Version
oci.home_region n/a

Modules

No modules.

Resources

Name Type
oci_cloud_guard_cloud_guard_configuration.cloud_guard_configuration resource
oci_cloud_guard_target.cloud_guard_target resource
oci_cloud_guard_detector_recipes.activity_detector_recipe data source
oci_cloud_guard_detector_recipes.configuration_detector_recipe data source
oci_cloud_guard_detector_recipes.threat_detector_recipe data source
oci_cloud_guard_responder_recipes.responder_recipe data source

Inputs

Name Description Type Default Required
activity_detector_recipe_display_name The display name of activity detector recipe. string n/a yes
compartment_id The OCID of the compartment in which to list resources. string n/a yes
configuration_detector_recipe_display_name The display name of configuration detector recipe. string n/a yes
description The target description. string n/a yes
display_name The display name of cloud guard target string n/a yes
region The reporting region value. string n/a yes
responder_recipe_display_name The display name of responder recipe. string n/a yes
status Status of Cloud Guard Tenant string n/a yes
target_resource_id Resource ID which the target uses to monitor. string n/a yes
target_resource_type The type of targets. string n/a yes
tenancy_ocid The OCID of tenancy string n/a yes
threat_detector_recipe_display_name The display name of threat detector recipe. string n/a yes

Outputs

No outputs.