1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Merge pull request #26 from dreamteam-gg/kubeproxy_restart_removal

Removing kube-proxy restart according to the new worker guide
This commit is contained in:
Brandon J. O'Connor
2018-06-23 01:01:17 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ terraform {
}
provider "aws" {
version = ">= 1.22.0"
version = ">= 1.24.0"
region = "${var.region}"
}