Skip to content

Commit 2e3c79f

Browse files
doc: Fixed usage example for github_app_installation_repositories
Signed-off-by: ViacheslavKudinov <viacheslav@kudinov.tech>
1 parent e31de46 commit 2e3c79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/app_installation_repositories.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: "github"
3-
page_title: "GitHub: github_app_installation_repository"
3+
page_title: "GitHub: github_app_installation_repositories"
44
description: |-
55
Manages the associations between app installations and repositories.
66
---
@@ -33,8 +33,8 @@ resource "github_repository" "another_repo" {
3333
3434
resource "github_app_installation_repositories" "some_app_repos" {
3535
# 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]"
36+
installation_id = "1234567"
37+
selected_repositories = [github_repository.some_repo.name, github_repository.another_repo.name]
3838
}
3939
```
4040

0 commit comments

Comments
 (0)