terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Investigate vApp network resource ipScopes
Fixed bug in govcd(changed to array) IPScope []*IPScope xml:"IpScope"
showed that provider resources using only first ip scope element. This creates a few questions if it is right and if it covers all cases.
For e.g: In resource_vcd_vapp_network.go reads only first ip scope on read:
- Should it do it all?
- Can vapp network have a few ip scopes
- Can we create then in vCD UI?
- Should we reread changed configuration? how it impact state and terraform planing and other questions.
This need to analyzed and if any improvements done. Also this covers other resources!