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

Add ephemeral resource support #11843

Open
wants to merge 2 commits into
base: FEATURE-BRANCH-ephemeral-resource
Choose a base branch
from

Conversation

SarahFrench
Copy link
Collaborator

@SarahFrench SarahFrench commented Sep 26, 2024

Add basic support for ephemeral resources

  • Add dependency on branch in https://github.com/hashicorp/terraform-plugin-framework that contains necessary features
    • go get github.com/hashicorp/terraform-plugin-framework@fe2b7dbbdad8ac4e45efee7e4a9eb1fd08003fcf
      • Need to use a commit due to the branch name containing a forward slash
    • We will change this before merging the overall feature branch, but using this during development is fine!
  • Implemented this interface
  • Currently there are no test environments (PR automation, TeamCity) that can utilise ephemeral values

Merging this PR into the feature branch will enable working on multiple ephemeral resources in separate PRs at once.

Release Note Template for Downstream PRs (will be copied)


@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 3 files changed, 16 insertions(+), 5 deletions(-))
google-beta provider: Diff ( 3 files changed, 16 insertions(+), 5 deletions(-))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 4100
Passed tests: 3687
Skipped tests: 413
Affected tests: 0

Click here to see the affected service packages

All service packages are affected

$\textcolor{green}{\textsf{All tests passed!}}$

View the build log

Copy link

github-actions bot commented Oct 1, 2024

@BBBmau This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants