Skip to content

Commit 0418809

Browse files
committed
docs: remove sessionid support from index.md
1 parent bde9b27 commit 0418809

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ output "zstack_instance" {
9292

9393
- `access_key_id` (String) AccessKey ID for ZStack API. Create AccessKey ID from MN, Operational Management->Access Control->AccessKey Management. May also be provided via ZSTACK_ACCESS_KEY_ID environment variable. Required if using AccessKey authentication. Mutually exclusive with `account_name` and `account_password`.
9494
- `access_key_secret` (String, Sensitive) AccessKey Secret for ZStack API. May also be provided via ZSTACK_ACCESS_KEY_SECRET environment variable. Required if using AccessKey authentication. Mutually exclusive with `account_name` and `account_password`.
95-
- `account_name` (String) Username for ZStack API. May also be provided via ZSTACK_ACCOUN_TNAME environment variable. Required if using Account authentication. Mutually exclusive with `access_key_id` and `access_key_secret`.
96-
- `account_password` (String, Sensitive) Password for ZStack API. May also be provided via ZSTACK_ACCOUNT_PASSWORD environment variable. Required if using Account authentication. Mutually exclusive with `access_key_id` and `access_key_secret`.
95+
- `account_name` (String) Username for ZStack API. May also be provided via ZSTACK_ACCOUN_TNAME environment variable. Required if using Account authentication. Only supports the platform administrator account (`admin`). Mutually exclusive with `access_key_id` and `access_key_secret`. Using `access_key_id` and `access_key_secret` is the recommended approach for authentication, as it provides more flexibility and security.
96+
- `account_password` (String, Sensitive) Password for ZStack API. May also be provided via ZSTACK_ACCOUNT_PASSWORD environment variable.Required if using Account authentication. Only supports the platform administrator account (`admin`). Mutually exclusive with `access_key_id` and `access_key_secret`. Using `access_key_id` and `access_key_secret` is the recommended approach for authentication, as it provides more flexibility and security.
9797
- `port` (Number) ZStack Cloud MN API port. May also be provided via ZSTACK_PORT environment variable.
98-
- `session_id` (String) ZStack Cloud Session id.
9998

10099

examples/provider/session/provider.tf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)