Skip to content

Commit

Permalink
change instance sizing to dc2_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Nov 8, 2024
1 parent 3976096 commit b3f356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "username" {
# Must be a valid VM size and SGX enabled
variable "vm_size" {
type = string
default = "Standard_DC8_v2"
default = "Standard_DC2_v2"
description = "The size of the VM."
}

Expand Down

0 comments on commit b3f356d

Please sign in to comment.