From 99dea55df374895ec5d0e80726ce341adfe74250 Mon Sep 17 00:00:00 2001 From: Guangning E Date: Fri, 17 May 2024 21:43:11 +0800 Subject: [PATCH] Removed docs example version (#49) * Removed docs exampel version --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index ebd92b8..7e0384c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ layout: "" page_title: "Provider: StreamNative Cloud" description: |- - The Datadog provider allows you to interact with the Datadog API. + The StreamNative Cloud provider allows you to interact with the StreamNative Cloud API. --- # StreamNative Cloud Provider @@ -15,7 +15,6 @@ Use the StreamNative Cloud provider to interact with the many resources supporte terraform { required_providers { streamnative = { - version = "0.4.0" source = "streamnative/streamnative" } }