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

v3.0.0 – Timeouts support #1567

Open
jrhouston opened this issue Jan 20, 2025 · 1 comment
Open

v3.0.0 – Timeouts support #1567

jrhouston opened this issue Jan 20, 2025 · 1 comment

Comments

@jrhouston
Copy link
Contributor

Description

SDKv2 resources come with a timeouts block baked in. This was not include in Plugin Framework and now has to be implemented explicitly per resource.

Potential Terraform Configuration

resource "helm_release" "example" {
  // ... 

  timeouts = {
    create = "5m"
  }
}

References

https://developer.hashicorp.com/terraform/plugin/framework/resources/timeouts

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
@JaylonmcShan03
Copy link
Contributor

@jrhouston I can tackle this for Q1! Good catch!

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

No branches or pull requests

3 participants