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 support for deferred actions #1377

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Add support for deferred actions #1377

merged 4 commits into from
Jun 7, 2024

Conversation

alexsomesan
Copy link
Member

Description

This change adds support for an upcoming experimental mechanism in Terraform which delays applying certain resources when the provider isn't fully configured (parent cluster hasn't been yet created).

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
$ go test -v -run '^TestAccDeferredActions' ./helm/testing 
=== RUN   TestAccDeferredActions_basic
--- PASS: TestAccDeferredActions_basic (48.40s)
PASS
ok      github.com/hashicorp/terraform-provider-helm/helm/testing       49.217s

Release Note

Release note for CHANGELOG:

Add support for Terraform's experimental deferred actions

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@alexsomesan alexsomesan marked this pull request as ready for review May 31, 2024 20:11
@alexsomesan alexsomesan requested a review from a team as a code owner May 31, 2024 20:11
@alexsomesan alexsomesan merged commit c46979c into main Jun 7, 2024
16 checks passed
@alexsomesan alexsomesan deleted the deferred-actions branch June 7, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants