getPasswordData property

Input<bool?>? getPasswordData
final

If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the passwordData attribute. See GetPasswordData for more information.

Implementation

final pulumi.Input<bool?>? getPasswordData;