terraform_state_local data source

blackstork/terraform, v0.4.2

Installation

To use terraform_state_local data source, you must install the plugin blackstork/terraform.

To install the plugin, add the full plugin name to the plugin_versions map in the Fabric global configuration block (see Global configuration for more details), as shown below:

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

Note the version constraint set for the plugin.

Configuration

The data source doesn’t support any configuration arguments.

Usage

The data source supports the following execution arguments:

data terraform_state_local {
  # Required string.
  # For example:
  path = "some string"
}