IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
340 stars 667 forks source link

Migrate softlayer sdk from IBM-Cloud/softlayer-go-sdk to softlayer/softlayer-go-sdk (offically supported) #5658

Open hkantare opened 1 week ago

hkantare commented 1 week ago

In IBM Cloud Terraform provider we customized the officially supported https://github.com/softlayer/softlayer-go to adopt some features for Terraform and Softlayer. Published the SDK https://github.com/IBM-Cloud/softlayer-go/tree/terraform

https://github.com/softlayer/softlayer-go/compare/master...IBM-Cloud:softlayer-go:terraform

allmightyspiff commented 1 week ago

Opened a pull request: https://github.com/softlayer/softlayer-go/pull/195 I reverted the datatype changes, but IAM stuff looks ok. I need to get the build to pass, and will likely add some unit tests around this code, but otherwise it looks like a good addition.