oci_capacity_management_internal_occm_demand_signal

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

This is a internal PUT API which shall be used to update the metadata of the demand signal.

Example Usage

resource "oci_capacity_management_internal_occm_demand_signal" "test_internal_occm_demand_signal" {
	#Required
	occm_demand_signal_id = oci_capacity_management_occm_demand_signal.test_occm_demand_signal.id

	#Optional
	lifecycle_details = var.internal_occm_demand_signal_lifecycle_details
}

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 Internal Occm Demand Signal * update - (Defaults to 20 minutes), when updating the Internal Occm Demand Signal * delete - (Defaults to 20 minutes), when destroying the Internal Occm Demand Signal

Import

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

$ terraform import oci_capacity_management_internal_occm_demand_signal.test_internal_occm_demand_signal "internal/occmDemandSignals/{occmDemandSignalId}"