mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
Removing region from kubectl config and adding override variable
This commit is contained in:
@@ -93,3 +93,8 @@ variable "kubeconfig_aws_authenticator_env_variables" {
|
||||
description = "Environment variables that should be used when executing the authenticator i.e. { AWS_PROFILE = \"eks\"}"
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "kubeconfig_name" {
|
||||
description = "Override the default name used for items kubeconfig"
|
||||
default = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user