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 b6b02cb commit 73bf9f0Copy full SHA for 73bf9f0
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.20"
+ image_tag = "3.5.21"
5
6
availability_zone = data.aws_availability_zones.current.names[0]
7
0 commit comments