Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from alan-turing-institute/default_sizes
Browse files Browse the repository at this point in the history
Change default sizes to those with temp disk
  • Loading branch information
JimMadge authored Nov 23, 2021
2 parents ada42f7 + a0e31eb commit 355c4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ variable "domain" {
variable "vm_size" {
type = map(string)
default = {
guacamole = "Standard_D4s_v4"
dsvm = "Standard_D32s_v4"
guacamole = "Standard_D4s_v3"
dsvm = "Standard_D32s_v3"
}
}

Expand Down

0 comments on commit 355c4a5

Please sign in to comment.