Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support getting AWS Secrets Manager's Secrets #107

Closed
suzuki-shunsuke opened this issue Jan 30, 2022 · 1 comment
Closed

Support getting AWS Secrets Manager's Secrets #107

suzuki-shunsuke opened this issue Jan 30, 2022 · 1 comment
Labels
enhancement New feature or request
Projects
Milestone

Comments

@suzuki-shunsuke
Copy link
Owner

suzuki-shunsuke commented Jan 30, 2022

e.g.

  terraform_plan_config:
    aws_secrets_manager:
    - secret_id: foo
      version_id:
      version_stage:
      aws_region: ap-northeast-1
      envs:
      - env_name: ATLAS_API_KEY
        secret_key: atlas_api_key
    - secret_id: bar
      version_id:
      version_stage:
      aws_region: ap-northeast-1
      envs:
      - env_name: BAR
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 30, 2022
@suzuki-shunsuke suzuki-shunsuke added this to To do in main Jan 30, 2022
@suzuki-shunsuke suzuki-shunsuke moved this from To do to In progress in main Feb 2, 2022
main automation moved this from In progress to Done Feb 2, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v0.4.0 milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
main
Done
Development

No branches or pull requests

1 participant