Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Sep 19, 2023
1 parent e0f1e1e commit d5c0d6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ variable "vm_sku" {
default = "Standard_NV6ads_A10_v5"
}

variable "username" {
type = string
default = "friend"
}

variable "github_username" {
type = string
default = ""
}

variable "hostname" {
type = string
default = "azurespot"
}

variable "vm_instances" {
type = number
default = 1
Expand Down

0 comments on commit d5c0d6b

Please sign in to comment.