Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mozilla_access_event_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ locals {
}

module "access_consumer" {
# Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"

project_id = local.project_id
Expand Down Expand Up @@ -161,6 +162,7 @@ Create a Pub/Sub subscription for pull-based processing from GKE:
# }

module "access_consumer" {
# Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"

project_id = local.project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ locals {
}

module "access_consumer" {
# Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"

project_id = local.project_id
Expand Down
1 change: 1 addition & 0 deletions mozilla_access_event_consumer/examples/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# }

module "access_consumer" {
# Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"

project_id = local.project_id
Expand Down
Loading