mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-06 03:27:57 +00:00
3c6b1480b8
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
Terraform
4 lines
68 B
Terraform
variable "aws_cluster_name" {
|
|
description = "Name of Cluster"
|
|
}
|