Replies: 1 comment
-
There timeout arguments defined for the container resource, like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I ran into an issue today whereby my container took a while to shutdown before destruction and this ran into terraform timeout. Reading the documentation on terraform it mentions a configurable timeout settings in the resource part:
https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts
however I Believe this provider has no such options does it? How hard would it be to add these as it will certainly help with some longer running actions.
thanks
Beta Was this translation helpful? Give feedback.
All reactions