We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7219c15 commit 6e11a8eCopy full SHA for 6e11a8e
main.tf
@@ -44,8 +44,8 @@ resource "aws_batch_compute_environment" "this" {
44
for_each = !contains(["FARGATE", "FARGATE_SPOT"], compute_resources.value.type) && compute_resources.value.launch_template != null ? [compute_resources.value.launch_template] : []
45
46
content {
47
- launch_template_id = launch_template.value.id
48
- launch_template_name = launch_template.value.name
+ launch_template_id = launch_template.value.launch_template_id
+ launch_template_name = launch_template.value.launch_template_name
49
version = launch_template.value.version
50
}
51
0 commit comments