oci_em_warehouse_em_warehouse

This resource provides the Em Warehouse resource in Oracle Cloud Infrastructure Em Warehouse service.

Creates a new EmWarehouse.

Example Usage

resource "oci_em_warehouse_em_warehouse" "test_em_warehouse" {
	#Required
	compartment_id = var.compartment_id
	em_bridge_id = oci_em_warehouse_em_bridge.test_em_bridge.id
	operations_insights_warehouse_id = oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse.id

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

Import

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

$ terraform import oci_em_warehouse_em_warehouse.test_em_warehouse "id"