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
We fetch kubernetes secrets in terraform using data source, but they end up getting stored in terraform state file.
We would like to use the new feature "ephemeral resources" so that kubernetes secrets aren't stored in terraform state.
Description
We fetch kubernetes secrets in terraform using
data
source, but they end up getting stored in terraform state file.We would like to use the new feature "ephemeral resources" so that kubernetes secrets aren't stored in terraform state.
Potential Terraform Configuration
References
https://www.hashicorp.com/blog/terraform-1-10-improves-handling-secrets-in-state-with-ephemeral-values
https://developer.hashicorp.com/terraform/language/resources/ephemeral
Community Note
The text was updated successfully, but these errors were encountered: