Skip to content

Commit fdee2b3

Browse files
committed
Fix data source name in example. Resolves #2578
Signed-off-by: Timo Sand <[email protected]>
1 parent 663bd3d commit fdee2b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/data-sources/issue_labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use this data source to retrieve the labels for a given repository.
1111
## Example Usage
1212
1313
```terraform
14-
data "github_labels" "test" {
14+
data "github_issue_labels" "test" {
1515
repository = "example_repository"
1616
}
1717
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
data "github_labels" "test" {
1+
data "github_issue_labels" "test" {
22
repository = "example_repository"
33
}

0 commit comments

Comments
 (0)