Terraform-provider-helm: Wait for all resources before declaring successful completion

Created on 6 Feb 2018  路  2Comments  路  Source: hashicorp/terraform-provider-helm

When I deploy to production I usually use helm install <myrelease> --wait --timeout <reasonable timeout for deployment>.
This provider does not provide those options as of yet.
I think that providing those options will improve UX.

Most helpful comment

Exactly the wait, isn't optional because Terraform should always wait until everything is setup and running.
As documented (https://github.com/mcuadros/terraform-provider-helm/blob/master/docs/release.md), the timeout option is supported.

Thanks @sagikazarmark

All 2 comments

Exactly the wait, isn't optional because Terraform should always wait until everything is setup and running.
As documented (https://github.com/mcuadros/terraform-provider-helm/blob/master/docs/release.md), the timeout option is supported.

Thanks @sagikazarmark

Was this page helpful?
0 / 5 - 0 ratings