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 ca103d5 + 383e63e commit 07dbc53Copy full SHA for 07dbc53
examples/complete/main.tf
@@ -13,7 +13,7 @@ module "virtual-machine" {
13
virtual_machine_name = "vm-testdc"
14
windows_distribution_name = "windows2019dc"
15
virtual_machine_size = "Standard_A2_v2"
16
- admin_username = "batman"
+ admin_username = "azureadmin"
17
admin_password = "P@$$w0rd1234!"
18
private_ip_address_allocation_type = "Static"
19
private_ip_address = ["10.1.3.4"]
0 commit comments