Update terraform.tf

This commit is contained in:
2022-09-25 13:56:43 +00:00
parent 95f0e28fc7
commit b091770982

View File

@@ -7,7 +7,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.0.3"
version = "2.13.1"
}
}
}