[HELM] Define timeout

This commit is contained in:
Kat Inskip 2023-05-01 08:10:37 -07:00
parent 750294ca27
commit d118604a2b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -6,3 +6,7 @@ provider "helm" {
cluster_ca_certificate = var.cluster_ca_certificate cluster_ca_certificate = var.cluster_ca_certificate
} }
} }
variable "helm_timeout" {
type = number
}