-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement ephemeral resources #374
Comments
Research
|
From what I'm seeing so far, these are primarily helpful for configuring providers and defining
|
I'm also seeing discussions that a slightly alternative approach might be available in Terraform 1.11 (now looking like 1.14 based on the linked milestone), where instead of creating a separate ephemeral resource, you'll be able to mark attributes as write-only. From the PR description:
I could see us using this for attributes marked as |
After chatting with @jamiezieziula, we're going to try this out for working with the Will give that a try. |
See #375 (comment). Because API key values are not stored in Prefect, we don't have a consistent way to access them, which "breaks" the implementation for us here. |
Summary
Terraform 1.10 adds support for ephemeral resources, which were added to help keep sensitive information out of plan and state files.
Let's look to see if there are any opportunities to make use of this in our provider.
Acceptance criteria
The text was updated successfully, but these errors were encountered: