Skip to content

Update Syntax for compute_environments #30

@schammah

Description

@schammah

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions