Skip to content

Commit

Permalink
Merge pull request #3 from terraform-google-modules/aaron-lane-registry
Browse files Browse the repository at this point in the history
Update HCL example for registry
  • Loading branch information
aaron-lane authored Mar 29, 2019
2 parents 4de6438 + eedb001 commit 95fffca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This is a simple usage of the module. Please see also a simple setup provided in

```hcl
module "pubsub" {
source = "github.com/terraform-google-modules/terraform-google-pubsub"
source = "terraform-google-modules/pubsub/google"
version = "~> 0.2.0"
topic = "tf-topic"
project_id = "my-pubsub-project"
push_subscriptions = [
Expand Down

0 comments on commit 95fffca

Please sign in to comment.