From 3023de7aeefb4547e415f31c0d771f2bedff648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:49:10 +0000 Subject: [PATCH] chore: update coder/git-clone/coder requirement from ~> 1.0 to ~> 2.0 --- updated-dependencies: - dependency-name: coder/git-clone/coder dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/templates/incus/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/incus/main.tf b/examples/templates/incus/main.tf index 95e10a6d2b308..8735e2f69f1c6 100644 --- a/examples/templates/incus/main.tf +++ b/examples/templates/incus/main.tf @@ -107,7 +107,7 @@ resource "coder_agent" "main" { module "git-clone" { source = "registry.coder.com/coder/git-clone/coder" # This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production. - version = "~> 1.0" + version = "~> 2.0" agent_id = local.agent_id url = data.coder_parameter.git_repo.value base_dir = local.repo_base_dir