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: codefresh/data_account.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import (
9
9
10
10
funcdataSourceAccount() *schema.Resource {
11
11
return&schema.Resource{
12
-
Description: "This data source retrieves an account by _id or name.",
12
+
Description: "This data source retrieves an account by _id or name. Requires a Codefresh admin token and applies only to Codefresh on-premises installations.",
Copy file name to clipboardExpand all lines: codefresh/data_idps.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import (
10
10
11
11
funcdataSourceIdps() *schema.Resource {
12
12
return&schema.Resource{
13
-
Description: "This data source retrieves all Identity Providers (IdPs) in the system.",
13
+
Description: "This data source retrieves all Identity Providers (IdPs) in the system. Requires a Codefresh admin token and applies only to Codefresh on-premises installations.",
Copy file name to clipboardExpand all lines: codefresh/data_users.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import (
9
9
10
10
funcdataSourceUsers() *schema.Resource {
11
11
return&schema.Resource{
12
-
Description: "This data source retrieves all users in the system.",
12
+
Description: "This data source retrieves all users in the system. Requires a Codefresh admin token and applies only to Codefresh on-premises installations.",
Copy file name to clipboardExpand all lines: codefresh/resource_account.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import (
8
8
funcresourceAccount() *schema.Resource {
9
9
return&schema.Resource{
10
10
Description: `
11
-
By creating different accounts for different teams within the same company a customer can achieve complete segregation of assets between the teams.
11
+
By creating different accounts for different teams within the same company a customer can achieve complete segregation of assets between the teams. Requires a Codefresh admin token and applies only to Codefresh on-premises installations.
0 commit comments