oci_cloud_bridge_agent_plugin

This resource provides the Agent Plugin resource in Oracle Cloud Infrastructure Cloud Bridge service.

Updates the plugin.

Example Usage

resource "oci_cloud_bridge_agent_plugin" "test_agent_plugin" {
	#Required
	agent_id = oci_cloud_bridge_agent.test_agent.id
	plugin_name = var.agent_plugin_plugin_name

	#Optional
	desired_state = var.agent_plugin_desired_state
}

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

Import

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

$ terraform import oci_cloud_bridge_agent_plugin.test_agent_plugin "agents/{agentId}/plugins/{pluginName}"