We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d66571 commit c46b080Copy full SHA for c46b080
main.tf
@@ -268,7 +268,7 @@ resource "aws_launch_template" "gitlab_runner_instance" {
268
encrypted = lookup(block_device_mappings.value, "encrypted", true)
269
iops = lookup(block_device_mappings.value, "iops", null)
270
throughput = lookup(block_device_mappings.value, "throughput", null)
271
- kms_key_id = lookup(block_device_mappings.value, "`kms_key_id`", null)
+ kms_key_id = lookup(block_device_mappings.value, "kms_key_id", null)
272
}
273
274
0 commit comments