Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 657 Bytes

pipeline_connection.md

File metadata and controls

31 lines (20 loc) · 657 Bytes

graylog_pipeline_connection

Import

Specify the stream id as ID.

$ terraform import graylog_pipeline_connection.test <stream id>

Argument Reference

Required Argument

name type etc
stream_id string
pipeline_ids []string

Optional Argument

None.

Note

This resource treats the stream id as the resource id, because there is no Graylog API to operate resource by connection pipeline id. So please make the stream id unique in all graylog_pipeline_connection resources.