File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,22 @@ func dataSourceAccountGitopsSettings() *schema.Resource {
20
20
"name" : {
21
21
Type : schema .TypeString ,
22
22
Computed : true ,
23
+ Description : "Account name for active account" ,
23
24
},
24
25
"git_provider" : {
25
26
Type : schema .TypeString ,
26
27
Computed : true ,
28
+ Description : "Git provider name" ,
27
29
},
28
30
"git_provider_api_url" : {
29
31
Type : schema .TypeString ,
30
32
Computed : true ,
33
+ Description : "Git provider API url" ,
31
34
},
32
35
"shared_config_repository" : {
33
36
Type : schema .TypeString ,
34
37
Computed : true ,
38
+ Description : "Codefresh shared config repository url" ,
35
39
},
36
40
"admins" : {
37
41
Type : schema .TypeList ,
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ This data source retrieves gitops settings for the active account
18
18
### Read-Only
19
19
20
20
- ` admins ` (List of String)
21
- - ` git_provider ` (String)
22
- - ` git_provider_api_url ` (String)
21
+ - ` git_provider ` (String) Git provider name
22
+ - ` git_provider_api_url ` (String) Git provider API url
23
23
- ` id ` (String) Account Id
24
- - ` name ` (String)
25
- - ` shared_config_repository ` (String)
24
+ - ` name ` (String) Account name for active account
25
+ - ` shared_config_repository ` (String) Codefresh shared config repository url
26
26
27
27
You can’t perform that action at this time.
0 commit comments