You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.