Skip to content

Commit 4901fd1

Browse files
committed
Fix prod-promote typo
Why these changes are being introduced: When attempting to merge this to the `main` branch, the `terraform plan` failed because of a typo in the prod-promote.tpl file. How this addresses that need: * Change the ${ecr} reference in prod-promote.tpl to ${ecr_prod} Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/IN-568
1 parent 7e17235 commit 4901fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/prod-promote.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### This is the Terraform-generated prod-promote.yml workflow for the ${ecr} app repository. ###
2-
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
1+
### This is the Terraform-generated prod-promote.yml workflow for the ${ecr_prod} repository. ###
2+
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the document. ###
33
name: Prod Container Promote
44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)