terraform_state_local data source

blackstork/terraform, v0.4.2

Installation

To use the terraform_state_local data source locally via blackstork-cli, you must declare the blackstork/terraform plugin as a dependency in your global configuration block.

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

After declaring the dependency, execute blackstork-cli install to fetch the plugin. See Configuration for details.

Configuration

This data source does not accept any configuration arguments.

Usage

This data source accepts the following arguments within a data terraform_state_local block:

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