@joshwycuff/terrascript-plugin-aws-cli

1.0.1 • Public • Published

terrascript-plugin-aws-cli

Terrascript plugin to set AWS CLI environment variables.

Install

npm install @joshwycuff/terrascript-plugin-aws-cli --save-dev
yarn add @joshwycuff/terrascript-plugin-aws-cli --dev

Usage

Place the plugin name in the plugins key of the top-level terrascript.yml.

plugins:
  - "@joshwycuff/terrascript-plugin-aws-cli"

The plugin can be configured in a terrascript.yml configuration file under the aws key.

aws:
  profile: example_aws_profile
  defaultRegion: example_aws_default_region

The given AWS profile and default region would then be set as the environment variables, AWS_PROFILE and AWS_DEFAULT_REGION, respectively.

Readme

Keywords

none

Package Sidebar

Install

npm i @joshwycuff/terrascript-plugin-aws-cli

Weekly Downloads

11

Version

1.0.1

License

ISC

Unpacked Size

7.69 kB

Total Files

7

Last publish

Collaborators

  • joshwycuff