Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f70fd3ea authored by Vara Bonthu's avatar Vara Bonthu
Browse files

Removed commented variables for emr on eks

parent d7383902
No related branches found
No related tags found
No related merge requests found
......@@ -218,22 +218,6 @@ variable "emr_on_eks_teams" {
type = any
default = {}
}
//variable "emr_on_eks_username" {
// type = string
// default = "emr-containers"
// description = "EMR on EKS username"
//}
//variable "emr_on_eks_namespace" {
// type = string
// default = "spark"
// description = "EMR on EKS NameSpace"
//}
//variable "emr_on_eks_iam_role_name" {
// type = string
// default = "emr_on_eks"
// description = "EMR on EKS IAM role name"
//}
#-----------CLUSTER AUTOSCALER-------------
variable "cluster_autoscaler_enable" {
type = bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment