File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ locals {
1818
1919# Docker file for FastAPI app
2020module "container_registry" {
21- source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/container_registry?ref=v0.4.2.12 "
21+ source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/container_registry?ref=v0.4.2.13 "
2222 image_name = lower (" ${ local . project } ${ local . name_suffix } " )
2323 root_dir = " ../${ path . root } "
2424 tag = local. container_tag
2525 force_delete = var. force_delete_ecr_repos
2626}
2727
2828module "orchestration" {
29- source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/fargate_autoscaling?ref=v0.4.2.12 "
29+ source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/fargate_autoscaling?ref=v0.4.2.13 "
3030 project = local. project
3131 name_suffix = local. name_suffix
3232 tags = local. tags
@@ -106,7 +106,7 @@ resource "aws_iam_policy" "read_new_relic_secret" {
106106}
107107
108108module "ssm" {
109- source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/ssm?ref=v0.4.2.12 "
109+ source = " git::https://github.com/wri/gfw-terraform-modules.git//terraform/modules/ssm?ref=v0.4.2.13 "
110110 environment = var. environment
111111 namespace = " gfw-tile-cache"
112112 contract = {
You can’t perform that action at this time.
0 commit comments