Skip to content

Upgrade Terraform SDK provider from protocol v5 to v6

Timo Furrer requested to merge feature/tfv6 into main

This is a first step towards migration to the new terraform-plugin-framework.

It will enable us to mux two providers -> the current SDKv2 one and the future framework one.

We can slowely migrate the provider by migrating resource by resource.

Issue: #1328 (closed)

Edited by Timo Furrer

Merge request reports