You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password set in argument admin_pass should be assigned to the instance. According to provider documentation, admin_pass only becomes invalid if user_data is set, which is not the case.
Actual Behavior
Password set in argument admin_pass is not assigned to the instance when hostname argument is specified. If I do not set a value for hostname, the password is assigned successfully.
Steps to Reproduce
terraform init
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/gutierrezps/ce4125849a00665e1e4415e94240b4c9
Expected Behavior
Password set in argument
admin_pass
should be assigned to the instance. According to provider documentation,admin_pass
only becomes invalid ifuser_data
is set, which is not the case.Actual Behavior
Password set in argument
admin_pass
is not assigned to the instance whenhostname
argument is specified. If I do not set a value forhostname
, the password is assigned successfully.Steps to Reproduce
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: