Skip to content

Commit 38eea8e

Browse files
ghuntleymafredri
andcommitted
NICE CATCH
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 3b3d797 commit 38eea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "docker_volume" "home_volume" {
9090
}
9191

9292
resource "docker_volume" "nix_volume" {
93-
name = "coder-${data.coder_workspace.me.id}-home"
93+
name = "coder-${data.coder_workspace.me.id}-nix"
9494
# Protect the volume from being deleted due to changes in attributes.
9595
lifecycle {
9696
ignore_changes = all

0 commit comments

Comments
 (0)