diff --git a/chart/cas-cif/terraform/main.tf b/chart/cas-cif/terraform/main.tf index 6e31057a58..aa5fa3d65f 100644 --- a/chart/cas-cif/terraform/main.tf +++ b/chart/cas-cif/terraform/main.tf @@ -1,10 +1,12 @@ # Terraform workspace configuration. To apply changes to this file, use `make create_workspace` terraform { + required_version = ">=1.4.6" + required_providers { kubernetes = { source = "hashicorp/kubernetes" - version = "1.13" + version = "~> 2.23" } google = { source = "hashicorp/google"