oci_cluster_health_diagnosis_store

This resource provides the Diagnosis Store resource in Oracle Cloud Infrastructure Cluster Health service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/cluster_health

Creates a Diagnosis Store.

Example Usage

resource "oci_cluster_health_diagnosis_store" "test_diagnosis_store" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.diagnosis_store_display_name
	freeform_tags = {"Department"= "Finance"}
	object_store_bucket = var.diagnosis_store_object_store_bucket
	object_store_namespace = var.diagnosis_store_object_store_namespace
}

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

Import

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

$ terraform import oci_cluster_health_diagnosis_store.test_diagnosis_store "id"