Skip to content

Commit

Permalink
adding search repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 30, 2023
1 parent 3ee6557 commit 4ffd5ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/pager"
topics = ["sonsofphp", "sons-of-php", "php", "php-pager", "pager", "pagination"]
},
search = {
name = "search"
description = "[read-only] Search Component"
homepage_url = "https://docs.sonsofphp.com/components/search"
topics = ["sonsofphp", "sons-of-php", "php", "php-search"]
},
version = {
name = "version"
description = "[read-only] Compare and manage versions using the semver standard"
Expand Down

0 comments on commit 4ffd5ac

Please sign in to comment.