We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31de46 commit 2e3c79fCopy full SHA for 2e3c79f
website/docs/r/app_installation_repositories.html.markdown
@@ -1,6 +1,6 @@
1
---
2
layout: "github"
3
-page_title: "GitHub: github_app_installation_repository"
+page_title: "GitHub: github_app_installation_repositories"
4
description: |-
5
Manages the associations between app installations and repositories.
6
@@ -33,8 +33,8 @@ resource "github_repository" "another_repo" {
33
34
resource "github_app_installation_repositories" "some_app_repos" {
35
# The installation id of the app (in the organization).
36
- installation_id = "1234567"
37
- selected_repositories = [github_repository.some_repo.name, github_repository.another_repo.name]"
+ installation_id = "1234567"
+ selected_repositories = [github_repository.some_repo.name, github_repository.another_repo.name]
38
}
39
```
40
0 commit comments