diff --git a/terraform/foundation-stack/variables.tf b/terraform/foundation-stack/variables.tf index 243a0d3..5dad3be 100644 --- a/terraform/foundation-stack/variables.tf +++ b/terraform/foundation-stack/variables.tf @@ -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'"