File tree Expand file tree Collapse file tree
mozilla_access_event_consumer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ locals {
8181}
8282
8383module "access_consumer" {
84+ # Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
8485 source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"
8586
8687 project_id = local.project_id
@@ -161,6 +162,7 @@ Create a Pub/Sub subscription for pull-based processing from GKE:
161162# }
162163
163164module "access_consumer" {
165+ # Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
164166 source = "github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"
165167
166168 project_id = local.project_id
Original file line number Diff line number Diff line change 88}
99
1010module "access_consumer" {
11+ # Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
1112 source = " github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"
1213
1314 project_id = local. project_id
Original file line number Diff line number Diff line change 44# }
55
66module "access_consumer" {
7+ # Use the latest version of this module from https://github.com/mozilla/terraform-modules/tags
78 source = " github.com/mozilla/terraform-modules//mozilla_access_event_consumer?ref=main"
89
910 project_id = local. project_id
You can’t perform that action at this time.
0 commit comments