File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -402,8 +402,8 @@ resource "aws_ecs_task_definition" "cloud-agent" {
402
402
count = var. create ? 1 : 0
403
403
family = " depot-connection-${ var . connection-id } -cloud-agent"
404
404
requires_compatibilities = [" FARGATE" ]
405
- cpu = 2048
406
- memory = 4096
405
+ cpu = " 2048"
406
+ memory = " 4096"
407
407
network_mode = " awsvpc"
408
408
execution_role_arn = aws_iam_role. execution-role [0 ]. arn
409
409
task_role_arn = aws_iam_role. cloud-agent [0 ]. arn
@@ -423,7 +423,6 @@ resource "aws_ecs_task_definition" "cloud-agent" {
423
423
{ name = " CLOUD_AGENT_CONNECTION_ID" , value = var.connection- id },
424
424
{ name = " CLOUD_AGENT_SERVICE_NAME" , value = local.service- name },
425
425
{ name = " CLOUD_AGENT_TF_MODULE_VERSION" , value = local.version },
426
- { name = " CLOUD_AGENT_TF_MODULE_VERSION" , value = local.version },
427
426
{ name = " CLOUD_AGENT_CEPH_CONFIG" , value = var.ceph- config },
428
427
429
428
# This environment variable is unused, but causes ECS to redeploy if the connection token changes
You can’t perform that action at this time.
0 commit comments