VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

Use timeouts.ForXXX to create context #85

Closed magodo closed 4 years ago

magodo commented 4 years ago

Terraform 2.0 will support customized timeout for each resource's each operation. The timeouts subpackage provides instruments to wrap the specified timeout to construct context (if any).