oci_capacity_management_occm_demand_signal

This resource provides the Occm Demand Signal resource in Oracle Cloud Infrastructure Capacity Management service.

This is a post API to create occm demand signal.

Example Usage

resource "oci_capacity_management_occm_demand_signal" "test_occm_demand_signal" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.occm_demand_signal_display_name

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

Import

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

$ terraform import oci_capacity_management_occm_demand_signal.test_occm_demand_signal "id"