Skip to content

Add support for deferred actions#1377

Merged
alexsomesan merged 4 commits intomainfrom
deferred-actions
Jun 7, 2024
Merged

Add support for deferred actions#1377
alexsomesan merged 4 commits intomainfrom
deferred-actions

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
@alexsomesan alexsomesan deleted the deferred-actions branch June 7, 2024 09:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants