oci_opsi_enterprise_manager_bridge

This resource provides the Enterprise Manager Bridge resource in Oracle Cloud Infrastructure Opsi service.

Create a Enterprise Manager bridge in Operations Insights.

Example Usage

resource "oci_opsi_enterprise_manager_bridge" "test_enterprise_manager_bridge" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.enterprise_manager_bridge_display_name
	object_storage_bucket_name = oci_objectstorage_bucket.test_bucket.name

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.enterprise_manager_bridge_description
	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 Enterprise Manager Bridge * update - (Defaults to 20 minutes), when updating the Enterprise Manager Bridge * delete - (Defaults to 20 minutes), when destroying the Enterprise Manager Bridge

Import

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

$ terraform import oci_opsi_enterprise_manager_bridge.test_enterprise_manager_bridge "id"