1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Correct remote access variable for security groups and add example for additional IAM policies (#1766)

Co-authored-by: Anton Babenko <anton@antonbabenko.com>
This commit is contained in:
Bryant Biggs
2022-01-11 15:03:20 -05:00
committed by GitHub
parent 7babe87775
commit f54bd3047b
5 changed files with 96 additions and 3 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ variable "launch_template_version" {
variable "remote_access" {
description = "Configuration block with remote access settings"
type = map(string)
type = any
default = {}
}