mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-01 06:53:06 +02:00
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:
@@ -75,7 +75,7 @@ provider "kubernetes" {
|
||||
cluster_ca_certificate = base64decode(element(concat(data.aws_eks_cluster.cluster[*].certificate_authority.0.data, list("")), 0))
|
||||
token = element(concat(data.aws_eks_cluster_auth.cluster[*].token, list("")), 0)
|
||||
load_config_file = false
|
||||
version = "~> 1.10"
|
||||
version = "1.10"
|
||||
}
|
||||
|
||||
# This cluster will not be created
|
||||
|
||||
Reference in New Issue
Block a user