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

Implement Timeout blocks on resource level #254

Closed
yannickstruyf3 opened this issue Feb 8, 2021 · 1 comment
Closed

Implement Timeout blocks on resource level #254

yannickstruyf3 opened this issue Feb 8, 2021 · 1 comment
Assignees

Comments

@yannickstruyf3
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently the wait_timeout attribute works on a provider level. An enhancement would be to put this functionality on a per resource basis

Describe the solution you'd like
Implement functionality like mentioned here:
https://www.terraform.io/docs/language/resources/syntax.html#operation-timeouts

Describe alternatives you've considered
None

@marinsalinas
Copy link
Contributor

Hey @yannickstruyf3, we are aware of the resource level CRUD operations timeout, the resource why we added as a provider level is because at that time the Terraform provider development documentation is wasn't very clear on how to manage those timeout, so we decided to add it at provider level (global).

Here is more context about the initial implementation:
#20
#42

So we can add it as a feature in a future version of this provider.

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

5 participants