We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366af2d commit 294efc1Copy full SHA for 294efc1
1 file changed
terraform/locals.tf
@@ -1,7 +1,7 @@
1
locals {
2
namespace = "redirectioneaza-${var.env}"
3
image_repo = "code4romania/redirectioneaza"
4
- image_tag = "3.5.22"
+ image_tag = "3.5.23"
5
6
availability_zone = data.aws_availability_zones.current.names[0]
7
0 commit comments