Skip to content

Add support for terraform ephemeral variable inputs for resources. #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
finkjordanj opened this issue Mar 6, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@finkjordanj
Copy link

Is your feature request related to a problem? Please describe.
Add support for terraform ephemeral value inputs. https://developer.hashicorp.com/terraform/language/resources/ephemeral

Describe the solution you'd like
resources that have a password/passphrase/secret can be excluded from being stored into state file to help with security. This would allow us to call passwords stored in spaces either github secrets or aws secrets manager can be called in code, but not stored in a readable state file.

@fmunozmiranda fmunozmiranda added the enhancement New feature or request label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants