f5devcentral / terraform-provider-bigip-old

This Repo is Deprecated please refer to https://github.com/terraform-providers/terraform-provider-bigip Provider is Published !
Mozilla Public License 2.0
32 stars 15 forks source link

Fix VS destination address extract regex #115

Closed dannyk81 closed 6 years ago

dannyk81 commented 6 years ago

@scshitole I found this issue in the Read method of this resource.

The original regex incorrectly extracts the address (IP) from the Destination string resulting in incorrect update of the state.

This also correctly supports Routing Domain addressing notation of the Destination property: "/partition_name/(virtual_server_address)[%route_domain]:port"