Skip to content

Commit 7cb2b12

Browse files
committed
Prep x-celerate
1 parent 9181078 commit 7cb2b12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

prepare-vms/azure/terraform/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Settings
22

33
variable "dns_prefix" {
4-
default = "dog"
4+
default = "xcel"
55
}
66

77
variable "count" {
@@ -13,7 +13,7 @@ variable "group_name" {
1313
}
1414

1515
variable "account" {
16-
default = "dogtraining"
16+
default = "xcelerate"
1717
}
1818

1919
variable "location" {
@@ -30,7 +30,7 @@ variable "admin_username" {
3030
}
3131

3232
variable "workshop_image" {
33-
default = "win2019-17763-348"
33+
default = "windows_2019_846"
3434
}
3535

3636
variable "vm_size" {

0 commit comments

Comments
 (0)