Skip to content

Commit

Permalink
Merge pull request #3 from deseretdigital/feature-create-terraform-mo…
Browse files Browse the repository at this point in the history
…dule-for-pub-sub-topics-sc-308777

Update Outputs
  • Loading branch information
IanKnighton authored Oct 8, 2024
2 parents 36544a8 + 9c6eef7 commit 91f0026
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
{
Expand Down
7 changes: 7 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "subscription_id" {
value = google_pubsub_subscription.subscription.id
}

output "subscription_name" {
value = google_pubsub_subscription.subscription.name
}

0 comments on commit 91f0026

Please sign in to comment.