@joshwycuff/terrascript-plugin-aliases
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

terrascript-plugin-aliases

Terrascript plugin which implements the aliasing functionality.

Install

This plugin comes with any installation of Terrascript as a dependency.

Usage

Define aliases under the aliases key in a terrascript.yml configuration file.

These aliases can be referenced anywhere else in the same terrascript.yml.

config:
  env:
    ENV_VAR_1: "@an_alias"
    ENV_VAR_2: "@an_alias"
aliases:
  an_alias: value

Readme

Keywords

none

Package Sidebar

Install

npm i @joshwycuff/terrascript-plugin-aliases

Weekly Downloads

38

Version

1.0.2

License

ISC

Unpacked Size

9.64 kB

Total Files

9

Last publish

Collaborators

  • joshwycuff