oci_stack_monitoring_baselineable_metric

This resource provides the Baselineable Metric resource in Oracle Cloud Infrastructure Stack Monitoring service.

Creates the specified Baseline-able metric

Example Usage

resource "oci_stack_monitoring_baselineable_metric" "test_baselineable_metric" {
	#Required
	column = var.baselineable_metric_column
	compartment_id = var.compartment_id
	name = var.baselineable_metric_name
	namespace = var.baselineable_metric_namespace
	resource_group = var.baselineable_metric_resource_group
}

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

Import

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

$ terraform import oci_stack_monitoring_baselineable_metric.test_baselineable_metric "id"