EKS 1.13 out (#400)

* Update to EKS 1.13

* Revert "Pin terraform version < 0.12"

This reverts commit 4c71b12218378914c276715a85a61ac5aece9fa0.

* Update providers in examples and format
This commit is contained in:
Gauthier
2019-06-20 12:18:12 +02:00
committed by Max Williams
parent 9c3d222bd5
commit 8260f1095e
7 changed files with 40 additions and 7 deletions

View File

@@ -11,6 +11,18 @@ provider "random" {
version = "~> 2.1"
}
provider "local" {
version = "~> 1.2"
}
provider "null" {
version = "~> 2.1"
}
provider "template" {
version = "~> 2.1"
}
data "aws_availability_zones" "available" {
}
@@ -131,4 +143,3 @@ module "eks" {
map_users = var.map_users
map_accounts = var.map_accounts
}