Skip to content

issue when trying to add resourceRequirements to container definition #58

@ronronshaiko

Description

@ronronshaiko

Hi,
When I try to add resourceRequirements to the container definition module I get the following error:


  on .terraform/modules/my_task_definition.tf line 38, in module "service":
  38:     resourceRequirements = [
  39:         {
  40:         "type": "GPU",
  41:         "value": "1"
  42:         }
  43:     ]

The given value is not suitable for child module variable
"resourceRequirements" defined at
.terraform/modules/my_service.service/variables.tf:204,1-32:
element 0: string required.

Can you please assist ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions