From 0755c1df39b00676fdbc21f6327c405138556e4e Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 24 Jan 2024 05:04:41 +0000 Subject: [PATCH] Slight change to test signature verification --- default/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/main.tf b/default/main.tf index 99c1cff..c0098fa 100644 --- a/default/main.tf +++ b/default/main.tf @@ -239,6 +239,7 @@ module "git-commit-signing" { source = "registry.coder.com/modules/git-commit-signing/coder" version = "1.0.0" agent_id = coder_agent.main.id + } resource "docker_volume" "home_volume" {