Skip to content

Commit

Permalink
Merge pull request #419 from rust-lang/bors-db-env
Browse files Browse the repository at this point in the history
Change bors environment variable
  • Loading branch information
Kobzol authored May 29, 2024
2 parents 96e3c87 + 854028f commit 3fcb00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/modules/bors/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ resource "aws_ecs_task_definition" "bors" {
valueFrom = data.aws_ssm_parameter.app_key.arn
},
{
name = "DATABASE"
name = "DATABASE_URL"
valueFrom = aws_ssm_parameter.db_endpoint.arn
}
]
Expand Down Expand Up @@ -440,7 +440,7 @@ data "aws_vpc" "default" {
resource "aws_db_instance" "primary" {
db_name = "bors"
engine = "postgres"
engine_version = "15.3"
engine_version = "15.5"
instance_class = "db.t4g.micro"
backup_retention_period = 7

Expand Down

0 comments on commit 3fcb00d

Please sign in to comment.