This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes-sigs
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
You've already forked kubespray
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6613895de0
kubespray
/
contrib
/
terraform
/
aws
/
modules
/
iam
/
variables.tf
4 lines
66 B
Terraform
Raw
Normal View
History
Unescape
Escape
Rewrote AWS Terraform for Kargo 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
2017-03-02 01:25:58 +08:00
variable
"
aws_cluster_name
"
{
Run terraform fmt and add step to CI (#4405) * Run terraform fmt * Add terraform fmt to .terraform-validate CI step * Add tf-validate-aws CI step * Revert "Add tf-validate-aws CI step" This reverts commit e007225fac831d263613ae9ab2998d11c3e8673d.
2019-04-08 17:22:24 +08:00
description
=
"
Name of Cluster
"
Rewrote AWS Terraform for Kargo 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
2017-03-02 01:25:58 +08:00
}