Skip to content

Commit

Permalink
updated var and readme for windows vm example (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBevan authored and metacpp committed Apr 3, 2019
1 parent d9a2e38 commit dbe0daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Provisions an Ubuntu Server 16.04-LTS VM and a Windows 2016 Datacenter Server VM
vm_hostname = "mywinvm" // line can be removed if only one VM module per resource group
admin_password = "ComplxP@ssw0rd!"
vm_os_simple = "WindowsServer"
is_windows_image = "true"
public_ip_dns = ["winsimplevmips"] // change to a unique name per datacenter region
vnet_subnet_id = "${module.network.vnet_subnets[0]}"
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "vm_os_id" {
}

variable "is_windows_image" {
description = "Boolean flag to notify when the custom image is windows based. Only used in conjunction with vm_os_id"
description = "Boolean flag to notify when the custom image is windows based."
default = "false"
}

Expand Down

0 comments on commit dbe0daa

Please sign in to comment.