Skip to content

Commit

Permalink
infra: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 24, 2024
1 parent 5ddd2c7 commit 4ffb1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/database-proxy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "aws_db_proxy" "main" {
debug_logging = false
engine_family = "MYSQL"
idle_client_timeout = 1800
require_tls = true
require_tls = false
role_arn = aws_iam_role.db_proxy_secrets.arn
vpc_security_group_ids = [aws_security_group.database.id]
vpc_subnet_ids = aws_subnet.private.*.id
Expand Down
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
namespace = "rezultatevot-v2-${var.env}"
image = {
repo = "code4romania/rezultatevot",
tag = "0.7.0"
tag = "0.7.1"
}

domains = [
Expand Down

0 comments on commit 4ffb1fc

Please sign in to comment.