Pin version for kubernetes provider across examples to exactly 1.10.0 (#735)

* Update README.md

* Update main.tf

* Update main.tf

* Update main.tf

* Update main.tf

* Update main.tf

* Update README.md

* Update README.md

* Update CHANGELOG.md

Co-authored-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Andres De Castro
2020-02-27 05:36:32 -05:00
committed by GitHub
parent 3e44835172
commit dda244994d
7 changed files with 7 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ provider "kubernetes" {
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)
token = data.aws_eks_cluster_auth.cluster.token
load_config_file = false
version = "~> 1.10"
version = "1.10"
}
data "aws_availability_zones" "available" {