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

adds support for ephemeral resources #157

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

marshallford
Copy link
Contributor

Hello 👋🏼 . I took an initial swing at this, mostly using the datasource/timeouts implementation as my reference. From what I can tell datasources and ephemeral resources are similar in that they each only have a single lifecycle where the terraform configuration is provided in the request (read and open respectively). I am a bit confused why the terraform configuration isn't available as a part of the request for ephemeral's additional lifecycles (renew and close), but that's a seperate question altogether.

Fixes #156.

@marshallford marshallford requested a review from a team as a code owner December 20, 2024 14:43
Copy link

hashicorp-cla-app bot commented Dec 20, 2024

CLA assistant check
All committers have signed the CLA.

@marshallford
Copy link
Contributor Author

@austinvalle 👋 Could you give this a look and approve the workflow runs when you get a chance? Thanks!

@hashicorp hashicorp deleted a comment from hashicorp-cla-app bot Jan 13, 2025
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there @marshallford 👋🏻 , thanks for the PR!

Overall everything LGTM here, we just need a changelog to go with it, if you want to push one to the branch.

Once that's there I can release this in v0.5.0

@austinvalle austinvalle added this to the v0.5.0 milestone Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for the contribution, will release v0.5.0 with this functionality soon!

@austinvalle austinvalle merged commit ad2b207 into hashicorp:main Jan 15, 2025
6 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for ephemeral resources
2 participants