Skip to content

Commit

Permalink
docs: Update Docs Index (remove projects field, update zitadel version)
Browse files Browse the repository at this point in the history
docs: Update Docs Index (remove projects field, update zitadel version)
  • Loading branch information
stebenz authored Oct 25, 2023
2 parents c826105 + c1893f4 commit 3b80379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
required_providers {
zitadel = {
source = "zitadel/zitadel"
version = "1.0.0-alpha.16"
version = "1.0.3"
}
}
}
Expand All @@ -40,7 +40,6 @@ provider "zitadel" {
domain = "localhost"
insecure = "true"
port = "8080"
project = "170832731415117995"
jwt_profile_file = "local-token"
}
```
Expand Down

0 comments on commit 3b80379

Please sign in to comment.