Skip to content

Commit

Permalink
ref local module src vs. full url ref. updateemail
Browse files Browse the repository at this point in the history
  • Loading branch information
tcotav committed Dec 5, 2023
1 parent 0b69364 commit d9d577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozilla_workgroup/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "workgroup" {
source = "github.com/mozilla/terraform-modules//google_workgroup?ref=main"
source = "../google_workgroup"
ids = var.ids
roles = {}
workgroup_outputs = ["members", "google_groups"]
Expand Down

0 comments on commit d9d577b

Please sign in to comment.