oci_cloud_bridge_agent_dependency

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

Creates an AgentDependency.

Example Usage

resource "oci_cloud_bridge_agent_dependency" "test_agent_dependency" {
	#Required
	bucket = var.agent_dependency_bucket
	compartment_id = var.compartment_id
	dependency_name = var.agent_dependency_dependency_name
	display_name = var.agent_dependency_display_name
	namespace = var.agent_dependency_namespace
	object = var.agent_dependency_object

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	dependency_version = var.agent_dependency_dependency_version
	description = var.agent_dependency_description
	freeform_tags = {"Department"= "Finance"}
	system_tags = var.agent_dependency_system_tags
}

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

Import

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

$ terraform import oci_cloud_bridge_agent_dependency.test_agent_dependency "id"