banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

Increase resource deletion timeout to 3 minutes #45

Closed Jefski14 closed 4 years ago

Jefski14 commented 4 years ago

Increased deletion timeout of resources from 1 to 3 minutes

Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets mentioned in #44
License Apache 2.0

What's in this PR?

Increased the deletion timeout of ressources from 1 to 3 minutes

Why?

Deprovisioning of cloud ressources can sometimes take longer. (i.e. k8s service using a AWS LoadBalancer as mentioned in #44 )