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

View File

@@ -3,7 +3,7 @@ terraform {
}
provider "aws" {
version = ">= 1.22.0"
version = ">= 1.24.0"
region = "${var.region}"
}