rubrikinc / terraform-provider-polaris

Terraform provider for the Polaris platform
MIT License
2 stars 9 forks source link

Update terraform-plugin-sdk to one that supports latest terraform #30

Closed leitzler closed 2 years ago

leitzler commented 2 years ago

Tests failed when running with latest terraform (v1.1.0) since they updated the state file version to a version that the old plugin SDK didn't accept.

We also enable logging in the terraform cli used by acceptence tests when running Jenkins, to provide a way to trace which version we used. The plan is to support testing of specific terraform cli versions in a future change.