Skip to content

Commit

Permalink
add description for datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Jun 2, 2024
1 parent 7fd5cb3 commit 1bfd1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codefresh/data_account_gitops_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func dataSourceAccountGitopsSettings() *schema.Resource {
"shared_config_repository": {
Type: schema.TypeString,
Computed: true,
Description: "Codefresh shared config repository url",
Description: "Shared config repository url",
},
"admins": {
Type: schema.TypeList,
Expand Down

0 comments on commit 1bfd1a5

Please sign in to comment.