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:
commit
0d8612b05a
|
@ -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…
Reference in New Issue