You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,11 @@ provider "timeplus" {
36
36
37
37
### Required
38
38
39
-
-`api_key` (String, Sensitive) The API key to be used to call Timeplus API.
40
39
-`workspace` (String) The ID of the workspace in which the provider manages resources.
41
40
42
41
### Optional
43
42
44
-
-`endpoint` (String) The base URL endpoint for connecting to the Timeplus workspace. When it's not set, `https://us.timeplus.cloud` will be used.
43
+
-`api_key` (String, Sensitive) [Cloud] The API key to be used to call Timeplus Enterprise Cloud.
44
+
-`endpoint` (String) The base URL endpoint for connecting to the Timeplus workspace. When it's not set, `https://us-west-2.timeplus.cloud` will be used.
45
+
-`password` (String, Sensitive) [Onprem] The password.
Use the navigation to the left to read about the available resources.`,
53
49
Attributes: map[string]schema.Attribute{
54
50
"endpoint": schema.StringAttribute{
55
-
MarkdownDescription: "The base URL endpoint for connecting to the Timeplus workspace. When it's not set, `https://us.timeplus.cloud` will be used.",
51
+
MarkdownDescription: "The base URL endpoint for connecting to the Timeplus workspace. When it's not set, `https://us-west-2.timeplus.cloud` will be used.",
0 commit comments