Skip to content

Instantly share code, notes, and snippets.

@Yamini-crypto
Created February 9, 2024 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yamini-crypto/d80cd937168928a4850060e631e11725 to your computer and use it in GitHub Desktop.
Save Yamini-crypto/d80cd937168928a4850060e631e11725 to your computer and use it in GitHub Desktop.
aws secretsmanager create-secret \
--name external-secret-demo \
--secret-string '{"secret-demo": "hello from secret version 1"}' \
--description "Secret for external secret demo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment