Skip to content

Commit 07dbc53

Browse files
authored
Merge pull request #2 from kumarvna/develop
updating examples
2 parents ca103d5 + 383e63e commit 07dbc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "virtual-machine" {
1313
virtual_machine_name = "vm-testdc"
1414
windows_distribution_name = "windows2019dc"
1515
virtual_machine_size = "Standard_A2_v2"
16-
admin_username = "batman"
16+
admin_username = "azureadmin"
1717
admin_password = "P@$$w0rd1234!"
1818
private_ip_address_allocation_type = "Static"
1919
private_ip_address = ["10.1.3.4"]

0 commit comments

Comments
 (0)