calm-dsl icon indicating copy to clipboard operation
calm-dsl copied to clipboard

Adding support for selecting private/public ip option in azure brownfield data

Open abhijeetkaurav1st opened this issue 3 years ago • 0 comments

Right now if we do BF.Vm.Azure(instance_name="vm-7b1b8-0")

It will select public-ip-address only and send to server. Add an option to select private ip also. Something on this way: BF.Vm.Azure(instance_name="vm-7b1b8-0", use_private_address=True)

abhijeetkaurav1st avatar Oct 21 '21 11:10 abhijeetkaurav1st