From 6117bff774847330063db833703b5f01d106a2e7 Mon Sep 17 00:00:00 2001 From: Stephen Andary Date: Thu, 19 Oct 2023 14:19:05 -0400 Subject: [PATCH] update docs related to https://github.com/zitadel/terraform-provider-zitadel/issues/134, also update version --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5a360a7e..6a5f8a75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ terraform { required_providers { zitadel = { source = "zitadel/zitadel" - version = "1.0.0-alpha.16" + version = "1.0.3" } } } @@ -40,7 +40,6 @@ provider "zitadel" { domain = "localhost" insecure = "true" port = "8080" - project = "170832731415117995" jwt_profile_file = "local-token" } ```