Skip to content

Commit

Permalink
Bump SERVICE_NAME-dlq::cloud-platform-terraform-sqs from 5.0.0 to 5.1…
Browse files Browse the repository at this point in the history
….0 in /templates (#4406)

* Bump SERVICE_NAME-dlq::cloud-platform-terraform-sqs in /templates

Bumps [SERVICE_NAME-dlq::cloud-platform-terraform-sqs](https://github.com/ministryofjustice/cloud-platform-terraform-sqs) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/ministryofjustice/cloud-platform-terraform-sqs/releases)
- [Commits](ministryofjustice/cloud-platform-terraform-sqs@5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: SERVICE_NAME-dlq::github::ministryofjustice/cloud-platform-terraform-sqs::5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix post-build required check not triggering

* Debugging

* Debugging

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Nov 8, 2024
1 parent d984e2d commit 6462132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
if: always()
steps:
- name: Check build matrix status
if: ${{ needs.build.result != 'success' }}
run: exit 1
run: if [ "${{ needs.build.result }}" = "success" ]; then exit 0; else exit 1; fi

analyse:
name: Analyse
Expand Down
2 changes: 1 addition & 1 deletion templates/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_sqs_queue_policy" "SERVICE_NAME-queue-policy" {
}

module "SERVICE_NAME-dlq" {
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.1.0"

# Queue configuration
sqs_name = "SERVICE_NAME-dlq"
Expand Down

0 comments on commit 6462132

Please sign in to comment.