oci_iot_iot_flow_runtime_deactivate
This resource provides the Iot Flow Runtime Deactivate resource in Oracle Cloud Infrastructure Iot service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/iot/latest/IotFlowRuntime/Deactivate
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/iot
Deactivates the IoT flow runtime identified by the specified OCID.
Example Usage
resource "oci_iot_iot_flow_runtime_deactivate" "test_iot_flow_runtime_deactivate" {
#Required
iot_flow_runtime_id = oci_iot_iot_flow_runtime.test_iot_flow_runtime.id
}
Argument Reference
The following arguments are supported:
iot_flow_runtime_id- (Required) The OCID of an IoT flow runtime.
** 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 Iot Flow Runtime Deactivate
* update - (Defaults to 20 minutes), when updating the Iot Flow Runtime Deactivate
* delete - (Defaults to 20 minutes), when destroying the Iot Flow Runtime Deactivate
Import
Import is not supported for this resource.