pivotal-cf/terraforming-azure

vm_admin_password variable is unnecessary

christianang opened this issue · 2 comments

In vm.tf#L69 the admin_password is set to var.vm_admin_password, but this is unnecessary since password authentication is disabled at vm.tf#L73 and you provide a key to ssh onto the vm.

This var can be removed.

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

Thanks for pointing this out.