There was no way with the github_issue_label resource to specify an Organization in which the repo you wanted to create the label for, lived
After the change?
This adds an org attribute to the github_issue_label resource that lets the end-user explicitly specify where the repo lives they want to add the label to
Pull request checklist
[X] Tests for the changes have been added (for bug fixes / features)
[X] Docs have been reviewed and added / updated if needed (for bug fixes / features)
NOTE: I updated the docs in website/docs/r/, because they matched what I see on the resource's documentation page but do I need to update something in website/docs/d/? What is that directory for?
Resolves #1840
Before the change?
github_issue_label
resource to specify an Organization in which the repo you wanted to create the label for, livedAfter the change?
org
attribute to thegithub_issue_label
resource that lets the end-user explicitly specify where the repo lives they want to add the label toPull request checklist
NOTE: I updated the docs in
website/docs/r/
, because they matched what I see on the resource's documentation page but do I need to update something inwebsite/docs/d/
? What is that directory for?Does this introduce a breaking change?
Nothing I'm aware of!