From 9c6eef7a605294cae57f95d22d95fb104bfd9c69 Mon Sep 17 00:00:00 2001 From: Ian Knighton Date: Tue, 8 Oct 2024 08:27:03 -0600 Subject: [PATCH] chore: update outputs --- .github/workflows/slack-notify.yml | 2 +- output.tf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slack-notify.yml b/.github/workflows/slack-notify.yml index 1453839..ce59e85 100644 --- a/.github/workflows/slack-notify.yml +++ b/.github/workflows/slack-notify.yml @@ -16,7 +16,7 @@ jobs: - name: Send GitHub Action trigger data to Slack workflow id: slack - uses: slackapi/slack-github-action@v1.21.0 + uses: slackapi/slack-github-action@v1.27.0 with: payload: | { diff --git a/output.tf b/output.tf index e69de29..852dbf5 100644 --- a/output.tf +++ b/output.tf @@ -0,0 +1,7 @@ +output "subscription_id" { + value = google_pubsub_subscription.subscription.id +} + +output "subscription_name" { + value = google_pubsub_subscription.subscription.name +} \ No newline at end of file