mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Correct access policy logic to support not providing a policy to associate (#3464)
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ variable "access_entries" {
|
||||
namespaces = optional(list(string))
|
||||
type = string
|
||||
})
|
||||
})))
|
||||
})), {})
|
||||
}))
|
||||
default = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user