documentation: Fix the AzureRM documentation to remove %d from Virtual
Machine
This commit is contained in:
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…
Reference in New Issue