generated from clowdhaus/terraform-aws-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes ✅:
Is your request related to a problem? Please describe.
on .terraform/modules/batch/main.tf line 231, in resource "aws_batch_job_queue" "this":
│ 231: compute_environments = slice([for env in try(each.value.compute_environments, keys(var.compute_environments)) : aws_batch_compute_environment.this[env].arn], 0, min(length(try(each.value.compute_environments, keys(var.compute_environments))), 3))
│
│ This parameter will be replaced by `compute_environment_order`.
Describe the solution you'd like.
Update the resource to compute_environment_order
Additional context
Current Parameter will be deprecated soon, written also in the official doc
manabusakai and schammah
Metadata
Metadata
Assignees
Labels
No labels