mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Rewrote AWS Terraform deployment for AWS Kargo. It supports now multiple Availability Zones, AWS Loadbalancer for Kubernetes API, Bastion Host, ... For more information see README
4 lines
68 B
HCL
4 lines
68 B
HCL
variable "aws_cluster_name" {
|
|
description = "Name of Cluster"
|
|
}
|