We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181078 commit 7cb2b12Copy full SHA for 7cb2b12
1 file changed
prepare-vms/azure/terraform/variables.tf
@@ -1,7 +1,7 @@
1
# Settings
2
3
variable "dns_prefix" {
4
- default = "dog"
+ default = "xcel"
5
}
6
7
variable "count" {
@@ -13,7 +13,7 @@ variable "group_name" {
13
14
15
variable "account" {
16
- default = "dogtraining"
+ default = "xcelerate"
17
18
19
variable "location" {
@@ -30,7 +30,7 @@ variable "admin_username" {
30
31
32
variable "workshop_image" {
33
- default = "win2019-17763-348"
+ default = "windows_2019_846"
34
35
36
variable "vm_size" {
0 commit comments