Proposal: --secret-prefix and key transformation support for infisical run #5265
Closed
SujithThirumalaisamy
started this conversation in
Feature Request
Replies: 1 comment
|
Moved to |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Just wanted to start a discussion around improving infisical run for Terraform workflows
Terraform expects variables to be passed as env vars with the TF_VAR_ prefix and snake_case lowercase keys(common pattern).
Mostly to store secrets we use UPPER_SNAKE_CASE which leads to
Add a transformation flag to handle naming conventions:
DB_PASSWORD → TF_VAR_db_passwordWhy this helps?
Aligns with common IaC + secret management patterns
All reactions