forked from integrations/terraform-provider-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing
github_repository_file
owner/org handling (integrations#1494)
* Fixing `github_repository_file` owner handling, if `full_name` is passed, split it into `owner` and `repo`, use user as an `owner` otherwise Signed-off-by: Valery Masiutsin <val.masiutsin@gmail.com> * Update github/data_source_github_repository_file_test.go Co-authored-by: Keegan Campbell <me@kfcampbell.com> * Update website/docs/d/repository_file.html.markdown Co-authored-by: Keegan Campbell <me@kfcampbell.com> * Small docs fixup * Take into account @vmasutin's suggestion Signed-off-by: Valery Masiutsin <val.masiutsin@gmail.com> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
- Loading branch information
1 parent
bab1ce9
commit a655e2a
Showing
3 changed files
with
210 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters