text content provider

blackstork/builtin, v0.4.2

Description

Renders text

The content provider is built-in, which means it’s a part of fabric binary. It’s available out-of-the-box, no installation required.

Configuration

The content provider doesn’t support any configuration arguments.

Usage

The content provider supports the following execution arguments:

content text {
  # A string to render. Can use go template syntax.
  #
  # Required string.
  # For example:
  value = "Hello world!"
}