Skip to content

Commit

Permalink
docs: add topic terraform-module to module repos (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Jun 11, 2024
1 parent 5ec4cf9 commit 53379ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
**/CODEOWNERS @equinor/terraform-baseline-admins
```
- Add topic `terraform-baseline` to the repository.
- Add topics `terraform-baseline` and `terraform-module` to the repository.
1 change: 1 addition & 0 deletions scripts/configure_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ default_branch="main"
gh repo edit "$repo" \
--homepage "https://registry.terraform.io/modules/equinor/$module_name/azurerm/latest" \
--add-topic "terraform-baseline" \
--add-topic "terraform-module" \
--enable-wiki=false \
--enable-issues=false \
--enable-projects=false \
Expand Down

0 comments on commit 53379ce

Please sign in to comment.