documentation: Fix the AzureRM documentation to remove %d from Virtual

Machine
pull/5794/head
stack72 10 years ago
parent df92908353
commit 41e2b06875

@ -84,7 +84,7 @@ resource "azurerm_virtual_machine" "test" {
}
os_profile {
computer_name = "hostname%d"
computer_name = "hostname"
admin_username = "testadmin"
admin_password = "Password1234!"
}

Loading…
Cancel
Save