You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github_branch_default: send only fields that changed. Fixes#625#620. (#666)
* github_branch_default: send only fields that changed. Fixes#625#620.
* fix failing test and update docs
Co-authored-by: Jeremy Udit <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/branch_default.html.markdown
+3-7
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,15 @@ Provides a GitHub branch default resource.
11
11
12
12
This resource allows you to set the default branch for a given repository.
13
13
14
+
Note that use of this resource is incompatible with the `default_branch` option of the `github_repository` resource. Using both will result in plans always showing a diff.
0 commit comments