We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9310c commit 24a2c0cCopy full SHA for 24a2c0c
node_groups.tf
@@ -417,7 +417,7 @@ module "self_managed_node_group" {
417
418
name = coalesce(each.value.name, each.key)
419
use_name_prefix = each.value.use_name_prefix
420
- prefix_separator = each.value.prefix_separator
+ prefix_separator = each.value.prefix_separator != null ? each.value.prefix_separator : "-"
421
422
availability_zones = each.value.availability_zones
423
subnet_ids = coalesce(each.value.subnet_ids, var.subnet_ids)
0 commit comments