pivotal-cf / terraforming-azure

use terraform, deploy yourself a pcf
Apache License 2.0
34 stars 67 forks source link

`ops_manager_vm` false still requires/uploads an image and creates a NIC #47

Open eamonryan opened 5 years ago

eamonryan commented 5 years ago

For terraforming-pas, even though the ops_manager_vm option is not documented as it is in terraforming-aws, it does appear you can set it to false to skip provisioning of the Ops Manager VM, Issue #40 references fixing the docs to note this

However, I have noticed that even with it set to false it will still:

This is a bit problematic because if you plan to use platform-automation:

Would like to see things modified such that ops_manager_vm being false means no vhd image is required or uploaded and no NIC is created or attached to the public IP.

Thanks!

dashaun commented 5 years ago

@eamonryan Is the expected outcome now reachable by leaving ops_manager_image_uri empty, in v0.51.0?