Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 494 Bytes

Env0 Import AWS Secrets Plugin

This plugin will fetch output values from AWS Secrets Manager and insert them as terraform and/or environment variables.

Example Usage

version: 2

deploy:
  steps:
    setupVariables:
      after:
        - name: Import AWS Secrets Plugin
          use: https://github.com/env0/env0-import-aws-secrets-plugin
          inputs:
            secret_prefix: kosta_ssm
            secret_aws_region: us-east-1
        - name: Debug
          run: export