pipes

The pipes connection can be used to access Turbot Pipes resources.

connection "pipes" "my_pipes" {
token = "tpt_cld630jTisISAFakeTokenAdqizwE2OgVcS7N9UHb"
}

Arguments

NameTypeRequired?Description
tokenStringOptionalAPI token

All arguments are optional, and a pipes connection with no arguments will behave the same as the default connection.

Attributes (Read-Only)

AttributeTypeDescription
envMapA map of the resolved connection-related environment variables (PIPES_TOKEN)

Default Connection

The pipes connection type includes an implicit, default connection (connection.pipes.default) that will be configured to set the token to the PIPES_TOKEN environment variable.

connection "pipes" "default" {
token = env("PIPES_TOKEN")
}