Skip to content

Commit f70d536

Browse files
committed
Fix for aws get login issue
1 parent 6109adb commit f70d536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ locals {
1818

1919
# Docker file for FastAPI app
2020
module "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

2828
module "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

108108
module "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 = {

0 commit comments

Comments
 (0)