Skip to content

Commit

Permalink
adding in option for custom ami
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed May 5, 2022
1 parent 9af0cee commit a454e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a454e10

Please sign in to comment.