1.0.2 • Published 3 years ago

@joshwycuff/terrascript-plugin-aliases v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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