Skip to content

Commit 0e9f986

Browse files
committed
Remove invalid config for pretix
1 parent 5e0ed75 commit 0e9f986

File tree

1 file changed

+0
-4
lines changed
  • infrastructure/applications/pretix

1 file changed

+0
-4
lines changed

infrastructure/applications/pretix/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ resource "aws_ecs_task_definition" "pretix" {
9797
name = "PRETIX_DATABASE_PORT"
9898
value = tostring(var.database_settings.port)
9999
},
100-
{
101-
name = "PRETIX_DATABASE_SSLMODE"
102-
value = "require"
103-
},
104100
{
105101
name = "PRETIX_MAIL_USER"
106102
value = module.secrets.value.mail_user

0 commit comments

Comments
 (0)