mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 00:34:31 +01:00
fix: Fixed variable reference for snapshot_id (#1634)
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user