You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would love to be able to have a terraform data resource for decrypting files...
I want to store an RSA private key in a local file and have terraform be able to read the file.
something like the existing
aws_kms_secrets
data source (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_secrets)This could potentially be extended to allow the decryption of a file containing k:v's permitting something like
but this would have added complexity of parsing config files which would require uses to create them to a standard of some sort.
My current workaround is to use a local-exec to decrypt the file to a .gitignored one.
Beta Was this translation helpful? Give feedback.
All reactions