guardrails

Important

As of Flowpipe 1.0.0, credential has been renamed to connection. The guardrails credential resource is deprecated and will be removed in a future version of Flowpipe. Use the guardrails connection instead.

The guardrails credential can be used to access Turbot Guardrails resources.

Arguments

NameTypeRequired?Description
access_keyStringOptionalAccess key
secret_keyStringOptionalSecret key
workspaceStringOptionalWorkspace URL

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

Attributes (Read-Only)

AttributeTypeDescription
envMapA map of the resolved credential-related environment variables (TURBOT_ACCESS_KEY, TURBOT_SECRET_KEY, TURBOT_WORKSPACE)

Default Credential

The guardrails credential type includes an implicit, default credential (credential.guardrails.default) that will be configured using the environment variables TURBOT_ACCESS_KEY, TURBOT_SECRET_KEY, and TURBOT_WORKSPACE.