mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Not to iterate over remote_access object in dynamic block (#1743)
This commit is contained in:
@@ -173,6 +173,10 @@ module "eks" {
|
||||
}
|
||||
]
|
||||
|
||||
remote_access = {
|
||||
ec2_ssh_key = "my-ssh-key"
|
||||
}
|
||||
|
||||
update_config = {
|
||||
max_unavailable_percentage = 50 # or set `max_unavailable`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user