orange-cloudfoundry / terraform-provider-cloudfoundry

A terraform provider to manage a Cloud Foundry instance.
Apache License 2.0
31 stars 8 forks source link

Fix problem on version length #26

Closed seb4stien closed 7 years ago

seb4stien commented 7 years ago

Use the '.' separator to extract version rather than a fixed number of characters (which causes problems in v0.9 to v0.10 or v0.10 to v1.0)