Getting Started
Run a full demo of secretsfoundry
SIMPLE = "simple"
// Use the environment variables described earlier
VARIABLE = ${SIMPLE}SIMPLE = "simple"
// Use the environment variables described earlier
VARIABLE = ${SIMPLE}
// Use variable defined in aws parameter store
GOOGLE_API_KEY = ${aws-ssm:/staging/example/server/GOOGLE_API_KEY}Last updated