Skip to content
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

feat(infisical-secret): ephemeral support #86

Merged
merged 5 commits into from
Jan 9, 2025

Conversation

DanielHougaard
Copy link
Collaborator

This PR adds support for ephemeral resources which was recently introduced in Terraform 1.10.0. It's a new addition to Terraform that allows for resources to not be persisted in the terraform state.

It takes a secret name, and tries to find it in Infisical. The secret can be used throughout the rest of the Terraform flow, but is never saved anywhere.

You can read more here

@DanielHougaard DanielHougaard self-assigned this Jan 8, 2025
@DanielHougaard DanielHougaard merged commit 4a9e378 into main Jan 9, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants