We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e4f2d commit 42beb1bCopy full SHA for 42beb1b
1 file changed
website/docs/r/repository_vulnerability_alerts.html.markdown
@@ -21,8 +21,8 @@ resource "github_repository" "example" {
21
}
22
23
resource "github_repository_vulnerability_alerts" "example" {
24
- repository = github_repository.example.name
25
- enabled = true
+ repository = github_repository.example.name
+ enabled = true
26
27
```
28
@@ -34,6 +34,12 @@ The following arguments are supported:
34
35
- `enabled` - (Optional) Whether vulnerability alerts are enabled for the repository. Defaults to `true`.
36
37
+## Attribute Reference
38
+
39
+In addition to the above arguments, the following attributes are exported:
40
41
+- `repository_id` - The ID of the repository.
42
43
## Import
44
45
Repository vulnerability alerts can be imported using the `repository_name`:
0 commit comments