blackstork/terraform plugin

v0.4.1, Github

Installation

To install the plugin, add it to plugin_versions map in the Fabric global configuration block (see Global configuration for more details), with a version constraint restricting which available versions of the plugin the codebase is compatible with:

fabric {
  plugin_versions = {
    "blackstork/terraform" = ">= v0.4.1"
  }
}

Data sources