We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3866012 commit 1c11053Copy full SHA for 1c11053
website/docs/r/repository_dependabot_security_updates.html.markdown
@@ -25,7 +25,7 @@ resource "github_repository" "repo" {
25
26
27
resource "github_repository_dependabot_security_updates" "example" {
28
- repository = github_repository.test.id
+ repository = github_repository.test.name
29
enabled = true
30
}
31
```
@@ -34,7 +34,7 @@ resource "github_repository_dependabot_security_updates" "example" {
34
35
The following arguments are supported:
36
37
-* `repository` - (Required) The repository to manage.
+* `repository` - (Required) The name of the GitHub repository.
38
39
* `enabled` - (Required) The state of the automated security fixes.
40
0 commit comments