We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e73ced commit deda1e8Copy full SHA for deda1e8
infrastructure/applications/pycon_frontend/task.tf
@@ -10,7 +10,7 @@ resource "aws_ecs_task_definition" "pycon_frontend" {
10
container_definitions = jsonencode([
11
{
12
name = "frontend"
13
- image = "ghcr.io/pythonitalia/pycon/frontend:${data.external.githash.result.githash}"
+ image = "ghcr.io/pythonitalia/pycon/frontend/${terraform.workspace}:${data.external.githash.result.githash}"
14
memoryReservation = local.is_prod ? 400 : 10
15
essential = true
16
0 commit comments