Skip to content
Discussion options

You must be logged in to vote

You have a few choices when it comes to secrets management, and ultimately it’ll depend on your use case. We recommend using AWS SSM Parameter Store to store the secret, where you define the path to the secret as a Terraform variable.

We do not recommend storing the secret directly in Terraform. Doing so means the secret is saved to Git and to Terraform state, and may be exposed if we give another user read access to state (which is not uncommon).

We also do not recommend using !store with Atmos for secrets at this time. The store feature is not designed with sensitive values in mind — values are printed to Atmos logs, which can inadvertently expose credentials.

AWS SSM Parameter Store is…

Replies: 1 comment

Comment options

milldr
May 23, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Answer selected by mtb-xt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants