Skip to content

Commit

Permalink
add empty pubsub data message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Smith committed Aug 13, 2021
1 parent e57ae0e commit 0b4d867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@space48/cloud-seed",
"version": "0.2.10",
"version": "0.2.11",
"description": "Cloud infrastructure automation tool that uses Terraform CDK.",
"main": "dist/index.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions stacks/gcp/GcpStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default class GcpStack extends TerraformStack {
pubsubTarget: [
{
topicName: `projects/${this.projectId}/topics/${scheduledTopic.name}`,
data: "c2NoZWR1bGU=",
},
],
});
Expand Down

0 comments on commit 0b4d867

Please sign in to comment.