Skip to content

Commit 4e3e64c

Browse files
ghuntleymafredri
andauthored
NICE CATCH
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 69f04f5 commit 4e3e64c

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
@@ -84,7 +84,7 @@ resource "docker_volume" "home_volume" {
8484
}
8585

8686
resource "docker_volume" "nix_volume" {
87-
name = "coder-${data.coder_workspace.me.id}-home"
87+
name = "coder-${data.coder_workspace.me.id}-nix"
8888
# Protect the volume from being deleted due to changes in attributes.
8989
lifecycle {
9090
ignore_changes = all

0 commit comments

Comments
 (0)