From c73a2046996a40e24271a722799662fbdfd3dfe5 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Wed, 24 Feb 2021 12:53:25 -0500 Subject: [PATCH] Bump production to 0.74.0 (#199) --- .github/workflows/merge_to_main_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_to_main_production.yml b/.github/workflows/merge_to_main_production.yml index 41ea3a18c..362cdbcb3 100644 --- a/.github/workflows/merge_to_main_production.yml +++ b/.github/workflows/merge_to_main_production.yml @@ -16,7 +16,7 @@ env: # Set the GitHub tag here to update the infrastructure # to a new version in production # See https://github.com/cds-snc/notification-terraform/releases - INFRASTRUCTURE_VERSION: '0.73.0' + INFRASTRUCTURE_VERSION: '0.74.0' # Terraform environment variables AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}