feat: add framework for ephemeral resources#3227
Conversation
ae52c9c to
5e961e1
Compare
domalessi
left a comment
There was a problem hiding this comment.
Left a few suggestions but approving so you're not blocked on me!
|
Hi, As someone that has been waiting for this for quite some time. What is happening with this pull request? Was it abandoned due to one person not reviewing it? From the outside, that is what it looks like. |
Hello @Frogvall , |
Add core infrastructure for ephemeral resources in Terraform Plugin Framework: - Framework wrapper with schema enrichment and secure logging - Private data utilities for state management between Open/Renew/Close - Security guidelines and patterns for handling sensitive data - Test coverage for wrapper functionality This enables secure, stateless access to sensitive resources without storing secrets in Terraform state files.
5e961e1 to
21b07d6
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
This is the initial PR to start implementation of ephemeral resources requested by Github Issue.
Add core infrastructure for ephemeral resources in Terraform Plugin Framework
This enables secure, stateless access to sensitive resources without
storing secrets in Terraform state files.