Skip to content

Commit

Permalink
Update application to v4.12.2 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes authored Nov 13, 2024
1 parent 23dc8bf commit 7902151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-ligers-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-aws-common-fate-deployment": patch
---

Fixes internal proxy session logs returning an error for RDS access.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable "aws_region" {
variable "release_tag" {
description = "Override the application release tag to be used in the deployment. As of module version v1.13.0, application versions are bundled into the Terraform module, and so in most cases you should not override this."
type = string
default = "v4.12.1"
default = "v4.12.2"
}

variable "app_certificate_arn" {
Expand Down

0 comments on commit 7902151

Please sign in to comment.