oci_opsi_operations_insights_warehouse_user

This resource provides the Operations Insights Warehouse User resource in Oracle Cloud Infrastructure Opsi service.

Create a Operations Insights Warehouse user resource for the tenant in Operations Insights. This resource will be created in root compartment.

Example Usage

resource "oci_opsi_operations_insights_warehouse_user" "test_operations_insights_warehouse_user" {
	#Required
	compartment_id = var.compartment_id
	connection_password = var.operations_insights_warehouse_user_connection_password
	is_awr_data_access = var.operations_insights_warehouse_user_is_awr_data_access
	name = var.operations_insights_warehouse_user_name
	operations_insights_warehouse_id = oci_opsi_operations_insights_warehouse.test_operations_insights_warehouse.id

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	freeform_tags = {"bar-key"= "value"}
	is_em_data_access = var.operations_insights_warehouse_user_is_em_data_access
	is_opsi_data_access = var.operations_insights_warehouse_user_is_opsi_data_access
}

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 Operations Insights Warehouse User * update - (Defaults to 20 minutes), when updating the Operations Insights Warehouse User * delete - (Defaults to 20 minutes), when destroying the Operations Insights Warehouse User

Import

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

$ terraform import oci_opsi_operations_insights_warehouse_user.test_operations_insights_warehouse_user "id"