mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 06:23:04 +02:00
Support creating multiple worker auto scaling groups, similar to KOPS
This commit is contained in:
@@ -20,7 +20,7 @@ output "cluster_id" {
|
||||
# }
|
||||
|
||||
output "cluster_certificate_authority_data" {
|
||||
description = "Nested attribute containing certificate-authority-data for your cluster. Tis is the base64 encoded certificate data required to communicate with your cluster."
|
||||
description = "Nested attribute containing certificate-authority-data for your cluster. This is the base64 encoded certificate data required to communicate with your cluster."
|
||||
value = "${aws_eks_cluster.this.certificate_authority.0.data}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user