fix k8s upgrade issues [ci skip]

This commit is contained in:
viktorbarzin 2022-01-06 00:07:48 +00:00
parent 73258b3581
commit fd6d15c598
17 changed files with 192 additions and 114 deletions

View file

@ -0,0 +1,9 @@
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.0.2"
}
}
}