We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c4efce + b6a8c70 commit dbb27cdCopy full SHA for dbb27cd
infrastructure-as-code/azure-vm/main.tf
@@ -20,6 +20,7 @@ module "windowsserver" {
20
source = "Azure/compute/azurerm"
21
version = "1.1.5"
22
location = "${var.location}"
23
+ resource_group_name = "${var.windows_dns_prefix}-rc"
24
vm_hostname = "pwc-ptfe"
25
admin_password = "${var.admin_password}"
26
vm_os_simple = "WindowsServer"
@@ -31,7 +32,7 @@ module "network" {
31
32
source = "Azure/network/azurerm"
33
version = "1.1.1"
34
- resource_group_name = "terraform-compute"
35
36
allow_ssh_traffic = true
37
}
38
0 commit comments