oci_media_services_media_workflow_configuration

This resource provides the Media Workflow Configuration resource in Oracle Cloud Infrastructure Media Services service.

Creates a new MediaWorkflowConfiguration.

Example Usage

resource "oci_media_services_media_workflow_configuration" "test_media_workflow_configuration" {
    #Required
    compartment_id = var.compartment_id
    display_name = var.media_workflow_configuration_display_name
    parameters = var.media_workflow_configuration_parameters

    #Optional
    defined_tags = {"foo-namespace.bar-key"= "value"}
    freeform_tags = {"bar-key"= "value"}
    locks {
        #Required
        compartment_id = var.compartment_id
        type = var.media_workflow_configuration_locks_type

        #Optional
        message = var.media_workflow_configuration_locks_message
        related_resource_id = oci_usage_proxy_resource.test_resource.id
        time_created = var.media_workflow_configuration_locks_time_created
    }
}

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

Import

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

$ terraform import oci_media_services_media_workflow_configuration.test_media_workflow_configuration "id"