1.0.1 • Published 4 years ago
@joshwycuff/terrascript-plugin-aws-cli v1.0.1
terrascript-plugin-aws-cli
Terrascript plugin to set AWS CLI environment variables.
Install
npm install @joshwycuff/terrascript-plugin-aws-cli --save-devyarn add @joshwycuff/terrascript-plugin-aws-cli --devUsage
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_regionThe given AWS profile and default region would then be set as the environment variables,
AWS_PROFILE and AWS_DEFAULT_REGION, respectively.