Skip to content

Commit

Permalink
add drive required by oracle client
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Apr 15, 2024
1 parent 6ce8e77 commit 9bedae6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +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
}
})

Expand Down

0 comments on commit 9bedae6

Please sign in to comment.