Skip to content

Commit

Permalink
Update application to 4.12.4 (#374)
Browse files Browse the repository at this point in the history
* Update application to 4.12.4

* Update .changeset/serious-years-remember.md

---------

Co-authored-by: Chris Norman <[email protected]>
  • Loading branch information
JoshuaWilkes and chrnorm authored Nov 21, 2024
1 parent 123e712 commit 1517ab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/serious-years-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-aws-common-fate-deployment": patch
---

Fixes an issue where Cedar policies for Access::Action::"Request" which could cause no entitlements to be available in certain circumstances.
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.3"
default = "v4.12.4"
}

variable "app_certificate_arn" {
Expand Down

0 comments on commit 1517ab0

Please sign in to comment.