oci_cloud_guard_wlp_agent

This resource provides the Wlp Agent resource in Oracle Cloud Infrastructure Cloud Guard service.

Creates and registers a WLP agent for an on-premise resource.

Example Usage

resource "oci_cloud_guard_wlp_agent" "test_wlp_agent" {
	#Required
	agent_version = var.wlp_agent_agent_version
	certificate_signed_request = var.wlp_agent_certificate_signed_request
	compartment_id = var.compartment_id
	os_info = var.wlp_agent_os_info

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	freeform_tags = {"bar-key"= "value"}
}

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

Import

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

$ terraform import oci_cloud_guard_wlp_agent.test_wlp_agent "id"