diff --git a/.github/workflows/terragrunt_create_dev_environment.yml b/.github/workflows/terragrunt_create_dev_environment.yml index 3f9f7ed52..a4a10c719 100644 --- a/.github/workflows/terragrunt_create_dev_environment.yml +++ b/.github/workflows/terragrunt_create_dev_environment.yml @@ -69,7 +69,7 @@ jobs: role-to-assume: arn:aws:iam::${{env.ACCOUNT_ID}}:role/notification-api-apply role-session-name: NotifyApiGitHubActions aws-region: "ca-central-1" - + - name: Login to Amazon ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v2 @@ -140,7 +140,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,terragrunt-apply-ecr,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -389,7 +389,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-elasticache,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,terragrunt-apply-elasticache,terragrunt-apply-ecr,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -420,7 +420,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-eks,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,terragrunt-apply-eks,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -451,7 +451,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -555,7 +555,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-eks,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,terragrunt-apply-eks,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -586,7 +586,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -617,7 +617,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -648,7 +648,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr] + needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -679,7 +679,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-ecr,terragrunt-apply-rds,terragrunt-apply-eks] + needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east,terragrunt-apply-rds,terragrunt-apply-eks] steps: - name: Checkout