Merge pull request #6542 from hashicorp/azurerm-vm-validation

provider:azurerm: Add documentation for `azurerm_virtual_machine` adminPassword
This commit is contained in:
James Nugent 2016-05-08 19:16:51 -04:00
commit b59d6c8ce1
1 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,12 @@ For more information on the different example configurations, please check out t
* `admin_password` - (Required) Specifies the password of the administrator account.
* `custom_data` - (Optional) Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.
~> **NOTE:** `admin_password` must be between 6-72 characters long and must satisfy at least 3 of password complexity requirements from the following:
1. Contains an uppercase character
2. Contains a lowercase character
3. Contains a numeric digit
4. Contains a special character
`os_profile_windows_config` supports the following:
* `provision_vm_agent` - (Optional)