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" } ```