Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsyner authored Sep 2, 2020
1 parent 7971e1d commit 8a64a5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
variable "location" {
description = "Location to deploy resources"
description = "Region to deploy resources"
type = string
default = "WestEurope"
}

variable "username" {
Expand All @@ -18,4 +17,4 @@ variable "password" {
variable "vmsize" {
description = "Size of the VMs"
default = "Standard_D2_v3"
}
}

0 comments on commit 8a64a5e

Please sign in to comment.