Skip to content

Commit

Permalink
fix: pass name format (#18)
Browse files Browse the repository at this point in the history
* pass name format to collection extension
  • Loading branch information
arthur-observe authored Nov 21, 2022
1 parent 04b20c2 commit 18444d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This configuration documents a method for setting up infrastructure on Google for use by
Observe pollers and the Observe datasets.

The collection_extensions allow you to inject whatever custom information you want into your pub/sub topic via cloud functions triggered by events or cloud scheduler jobs.

### Usage

1. Install gCloud CLI to create auth token for Terraform.
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ module "extensions" {
"export-cloud-scheduler"
]
src_path = "${path.module}/collection_extensions/src"
name_format = "${var.name}-%s"
}

0 comments on commit 18444d9

Please sign in to comment.