Skip to content

Commit

Permalink
feat: default to empty list extra EKS access entries for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Sep 17, 2024
1 parent cc6a00b commit ef85c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/foundation-stack/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ variable "extra_access_entries" {
access_scope_namespaces = optional(list(string))
}))
description = "EKS access entries needed by IAM roles interacting with this cluster"
default = []

validation {
error_message = "Access scope type can only be 'namespace' or 'cluster'"
Expand Down

0 comments on commit ef85c98

Please sign in to comment.