mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
Added write_aws_auth_config option (#228)
* Added update aws auth configmap when manage_aws_auth set false case and `write_aws_auth_config` variable for not create the aws_auth files option * Add CHANGELOG * Changed writing config file process for Windows compatibility. * Apply terraform-docs and terraform fmt * Fixed zsh-specific syntax * Fixed CHANGELOG.md
This commit is contained in:
@@ -23,7 +23,12 @@ variable "write_kubeconfig" {
|
||||
}
|
||||
|
||||
variable "manage_aws_auth" {
|
||||
description = "Whether to write and apply the aws-auth configmap file."
|
||||
description = "Whether to apply the aws-auth configmap file."
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "write_aws_auth_config" {
|
||||
description = "Whether to write the aws-auth configmap file."
|
||||
default = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user