Provides a Datadog Logs Pipeline API resource to manage the integrations. Integration pipelines are the pipelines that are automatically installed for your organization when sending the logs with specific sources. You don't need to maintain or update these types of pipelines. Keeping them as resources, however, allows you to manage the order of your pipelines by referencing them in your datadog_logs_pipeline_order
resource. If you don't need the pipeline_order
feature, this resource declaration can be omitted.
resource "datadog_logs_integration_pipeline" "python" {
is_enabled = true
}
is_enabled
(Boolean) Boolean value to enable your pipeline.id
(String) The ID of this resource.Import is supported using the following syntax:
# To find the pipeline ID, click the "view" button in the UI to open the pipeline details.
# The pipeline ID is the last part of the URL.
terraform import <resource.name> <pipelineID>