Skip to content

Commit

Permalink
fix: Fixed variable reference for snapshot_id (terraform-aws-modules#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mitom authored and spr-mweber3 committed Dec 1, 2021
1 parent d0eb67a commit 44608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
Expand Down

0 comments on commit 44608c5

Please sign in to comment.