diff --git a/examples/automatic-labelling-from-repository/main.tf b/examples/automatic-labelling-from-repository/main.tf index fd96e55..3d68b0f 100644 --- a/examples/automatic-labelling-from-repository/main.tf +++ b/examples/automatic-labelling-from-repository/main.tf @@ -66,7 +66,7 @@ module "repository_function" { name = random_pet.main.id project_id = var.project_id region = var.region - source_repository_url = "https://source.developers.google.com/projects/${var.project_id}/repos/${random_pet.main.id}/moveable-aliases/master/paths/" + source_repository_url = "https://source.developers.google.com/projects/${var.project_id}/repos/${random_pet.main.id}/" timeouts = { update = "10m"