Unleash / terraform-provider-unleash

Terraform provider for unleash, the Open-source feature management solution
https://www.getunleash.io
Apache License 2.0
7 stars 1 forks source link

chore: version check and some improvements #66

Closed gastonfournier closed 1 year ago

gastonfournier commented 1 year ago

About the changes

Validate if we're talking to a supported version of Unleash, this protects customers from hitting on known bugs from previous versions of Unleash

Note, this works on enterprise version because it's 5.6.0-main but it fails on latest OSS because it's 5.5.7 I did test this manually overriding the implementation and switched to tip of main for tests: image