Skip to content

Commit

Permalink
remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Apr 15, 2024
1 parent 9bedae6 commit 377dc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ locals {
"/dev/sda1" = { type = "gp3", size = 128 } # root volume
"/dev/sdb" = { type = "gp3", size = 128 } # /u01
"/dev/sdc" = { type = "gp3", size = 128 } # /u02
"/dev/sds" = { type = "gp3", size = 128, label = "swap" } # swap
"/dev/sds" = { type = "gp3", size = 128 } # swap
}
})

Expand Down

0 comments on commit 377dc3a

Please sign in to comment.