From 6122210de71c30c3639445cb27d6ba51755160f0 Mon Sep 17 00:00:00 2001 From: Stefan Nica Date: Mon, 11 Nov 2024 13:08:17 +0100 Subject: [PATCH] Update zenml version requirements --- README.md | 2 +- docs/index.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c80dfe0..8a08226 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This Terraform provider allows you to manage ZenML resources using Infrastructur - [Terraform](https://www.terraform.io/downloads.html) >= 1.0 - [Go](https://golang.org/doc/install) >= 1.20 -- [ZenML Server](https://docs.zenml.io/) >= 0.40.0 +- [ZenML Server](https://docs.zenml.io/) >= 0.70.0 ## Building The Provider diff --git a/docs/index.md b/docs/index.md index d9cde5c..4a92b80 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,11 @@ The ZenML provider allows you to manage [ZenML](https://zenml.io) resources usin - Stack Components - Service Connectors +## Requirements + +- [Terraform](https://www.terraform.io/downloads.html) >= 1.0 +- [ZenML Server](https://docs.zenml.io/) >= 0.70.0 + ## Example Usage ```hcl