Merge pull request #5794 from hashicorp/f-azurerm-vm-docs-1

documentation: Fix the AzureRM documentation to remove %d from Virtual Machine
This commit is contained in:
Paul Stack 2016-03-22 21:41:13 +00:00
commit 0d8612b05a
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!"
}