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

Machine
This commit is contained in:
stack72 2016-03-22 21:25:49 +00:00
parent df92908353
commit 41e2b06875
1 changed files with 1 additions and 1 deletions

View File

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