perfectsense / gyro

Gyro is a command-line tool for creating, updating, and maintaining cloud infrastructure. Gyro makes infrastructure-as-code possible.
https://gyro.dev
Apache License 2.0
134 stars 7 forks source link

Implement @timeout directive #353

Closed beetlebugorg closed 3 years ago

beetlebugorg commented 3 years ago

This directive is intended to be used with Waiter.resourceOverrides() to allow users to override the default timeouts during resource calls.

Fixes #352