From a454e109439c6386077a2dd7e732f788751679cd Mon Sep 17 00:00:00 2001 From: Jillian Date: Thu, 5 May 2022 21:35:45 +0300 Subject: [PATCH] adding in option for custom ami --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 8106332..3cc1442 100644 --- a/main.tf +++ b/main.tf @@ -233,6 +233,7 @@ module "ec2_batch_compute_environment" { aws_iam_role_aws_batch_service_role = aws_iam_role.aws_batch_service_role aws_iam_role_policy_attachment_aws_batch_service_role = aws_iam_role_policy_attachment.aws_batch_service_role block_device_mappings = var.block_device_mappings + custom_ami = var.custom_ami context = module.this.context }