Skip to content

Commit c46b080

Browse files
lee-chrisbellChris Bell
and
Chris Bell
authored
fix: Removed extra backticks for KMS key in EBS config. (#422)
Co-authored-by: Chris Bell <[email protected]>
1 parent 5d66571 commit c46b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ resource "aws_launch_template" "gitlab_runner_instance" {
268268
encrypted = lookup(block_device_mappings.value, "encrypted", true)
269269
iops = lookup(block_device_mappings.value, "iops", null)
270270
throughput = lookup(block_device_mappings.value, "throughput", null)
271-
kms_key_id = lookup(block_device_mappings.value, "`kms_key_id`", null)
271+
kms_key_id = lookup(block_device_mappings.value, "kms_key_id", null)
272272
}
273273
}
274274
}

0 commit comments

Comments
 (0)