Alexandre Ferri

Results 2 comments of Alexandre Ferri

Hey @LaurentLesle ! Thanks for reviewing! I'm not sure I'm following you! :) Assuming this code block as input: ``` default_node_pool = { ... upgrade_settings = { max_surge = string...

Hey @LaurentLesle Any comments on that? I've noticed that we have some bugs that would be fixed by merging it. example: ``` dynamic "upgrade_settings" { for_each = try(each.value.upgrade_settings, null) ==...