Skip to content

Commit 9cb6dda

Browse files
authored
chore(mozilla_access_event_consumer): update example (#439)
1 parent 637f181 commit 9cb6dda

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

mozilla_access_event_consumer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ locals {
8181
}
8282
8383
module "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
163164
module "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

mozilla_access_event_consumer/examples/cloudfunction/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ locals {
88
}
99

1010
module "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

mozilla_access_event_consumer/examples/gke/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# }
55

66
module "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

0 commit comments

Comments
 (0)