Skip to content

Commit 1c11053

Browse files
Fix documentation mistake for github_repository_dependabot_security_update resource to use GitHub repository name (#2439)
Co-authored-by: Keegan Campbell <[email protected]>
1 parent 3866012 commit 1c11053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/repository_dependabot_security_updates.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "github_repository" "repo" {
2525
2626
2727
resource "github_repository_dependabot_security_updates" "example" {
28-
repository = github_repository.test.id
28+
repository = github_repository.test.name
2929
enabled = true
3030
}
3131
```
@@ -34,7 +34,7 @@ resource "github_repository_dependabot_security_updates" "example" {
3434

3535
The following arguments are supported:
3636

37-
* `repository` - (Required) The repository to manage.
37+
* `repository` - (Required) The name of the GitHub repository.
3838

3939
* `enabled` - (Required) The state of the automated security fixes.
4040

0 commit comments

Comments
 (0)