Skip to content

Commit 78d0fd1

Browse files
committed
Fix gfw-tile-cache deploy by updating terraform docker being used
Also, update the gfw-terraform-modules version to get the updated push.sh script.
1 parent 042ed75 commit 78d0fd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

terraform/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
terraform:
4-
image: globalforestwatch/terraform:1.2.2
4+
image: globalforestwatch/terraform:v0.13.3
55
volumes:
66
- ../../:/usr/local/src
77
- $HOME/.aws:/root/.aws:ro

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.9"
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.9"
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)