Skip to content

Commit e10e4fa

Browse files
committed
Convert Helm set blocks to list format
1 parent 4386c59 commit e10e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_launch_template" "encrypted_launch_template" {
5858
no_device = true
5959
ebs {
6060
delete_on_termination = true
61-
volume_size = 20
61+
volume_size = lookup(each.value, "root_node_disk_size", 20)
6262
volume_type = "gp3"
6363
encrypted = true
6464
}

0 commit comments

Comments
 (0)