File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ resource "aws_ecs_task_definition" "this" {
4040 family = var. family
4141
4242 # Fargate incompatible parameter
43- dynamic "inference_accelerator" {
44- for_each = var. inference_accelerator != null ? var. inference_accelerator : []
45-
46- content {
47- device_name = inference_accelerator. value . device_name
48- device_type = inference_accelerator. value . device_type
49- }
50- }
43+ # dynamic "inference_accelerator" {
44+ # for_each = var.inference_accelerator != null ? var.inference_accelerator : []
45+
46+ # content {
47+ # device_name = inference_accelerator.value.device_name
48+ # device_type = inference_accelerator.value.device_type
49+ # }
50+ # }
5151
5252 # Fargate incompatible parameter
5353 ipc_mode = var. ipc_mode
You can’t perform that action at this time.
0 commit comments