fixing readme.md

Merge remote-tracking branch 'origin/aws-auth_enhancemnts' into aws-auth_enhancemnts
This commit is contained in:
Max Williams
2018-07-11 10:48:44 +02:00
parent bad2e5ba98
commit 6f886e6d37
4 changed files with 7 additions and 7 deletions

View File

@@ -23,12 +23,12 @@ variable "config_output_path" {
}
variable "write_kubeconfig" {
description = "Whether to write a kubeconfig file containing the cluster configuration"
description = "Whether to write a kubeconfig file containing the cluster configuration."
default = true
}
variable "manage_aws_auth" {
description = "Whether to write and apply the aws-auth configmap file"
description = "Whether to write and apply the aws-auth configmap file."
default = true
}