mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
Release 8.0.0 (#662)
* Release 8.0.0 * Update changelog * remove 'defauls' node group * Make curl silent
This commit is contained in:
@@ -33,7 +33,7 @@ resource "aws_eks_cluster" "this" {
|
||||
]
|
||||
provisioner "local-exec" {
|
||||
command = <<EOT
|
||||
until curl -k ${aws_eks_cluster.this[0].endpoint}/healthz >/dev/null; do sleep 4; done
|
||||
until curl -k -s ${aws_eks_cluster.this[0].endpoint}/healthz >/dev/null; do sleep 4; done
|
||||
EOT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user