fix: Fixed variable reference for snapshot_id (#1634)

This commit is contained in:
Tamas Millian
2021-10-18 13:26:38 +01:00
committed by GitHub
parent 6b3a8e6237
commit bc0988cf80

View File

@@ -345,7 +345,7 @@ resource "aws_launch_configuration" "workers" {
local.workers_group_defaults["root_encrypted"],
)
snapshot_id = lookup(
block_device_mappings.value,
ebs_block_device.value,
"snapshot_id",
local.workers_group_defaults["snapshot_id"],
)