Skip to content

Commit

Permalink
feat: support map_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Sep 17, 2019
1 parent df0a820 commit bf9f855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/eks/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ data:
groups:
- system:bootstrappers
- system:nodes
${indent(4, var.map_role)}
mapUsers: |
${indent(4, var.map_users)}
CONFIGMAPAWSAUTH
Expand Down
4 changes: 4 additions & 0 deletions terraform/modules/eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ variable "map_users" {
type = string
}

variable "map_roles" {
type = string
}

variable "extra_network_policies" {
default = ""
}
Expand Down

0 comments on commit bf9f855

Please sign in to comment.