-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Beta outline for write-only fields #36297
Conversation
@@ -13,39 +13,15 @@ This topic provides reference information for the `ephemeral` block. | |||
|
|||
Ephemeral resources are Terraform resources that are essentially temporary. Ephemeral resources have a unique lifecycle, and Terraform does not store them in its state. Each `ephemeral` block describes one or more ephemeral resources, such as a temporary password or connection to another system. | |||
|
|||
<!-- After page exists, add: For information about how Terraform manages ephemeral resources, refer to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this more conceptual information to the overview page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved from a web presence perspective, deferring to others for content approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions, looking good so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
743b657
to
98ebc7f
Compare
Rough outline for the TF 1.11 beta release - I don't have a working code snippet, so this is pretty vague based off what I gleaned from the PRDs. I would absolutely love any feedback on making this more concrete!
Target Release
1.11.x (Beta)
CHANGELOG entry