From 2c96ac8a9087c8aa63c63e7926ce94e4755499ea Mon Sep 17 00:00:00 2001 From: Guangning E Date: Mon, 25 Dec 2023 16:59:22 +0800 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8317fc..f3b772d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Terraform Provider for StreamNative cloud +Why don't you use this framework https://github.com/hashicorp/terraform-plugin-framework? +This project relies on the cloud-cli project, cloud-cli doesn't work with go 1.20 yet, I tried to use the old version in the project but failed, we should consider migrating to this framework in the future. + +Why don't you use the latest version https://github.com/hashicorp/terraform-plugin-sdk/tree/v2.31.0? +This project relies on the cloud-cli project, cloud-cli doesn't work with go 1.20 yet. + # Prerequisites - [Terraform](https://www.terraform.io/downloads.html) 1.15.7 or later -- [Go](https://golang.org/doc/install) 1.19 or later (to build the provider plugin) +- [Go](https://golang.org/doc/install) 1.19 # Installation