-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should allow #626 to proceed normally.
- Loading branch information
Showing
359 changed files
with
34,235 additions
and
14,769 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ian Wahbe <[email protected]> | ||
Date: Mon, 9 Dec 2024 11:22:31 +0100 | ||
Subject: [PATCH] Add file to mandate patch | ||
|
||
|
||
diff --git a/patch.md b/patch.md | ||
new file mode 100644 | ||
index 0000000..a8fee35 | ||
--- /dev/null | ||
+++ b/patch.md | ||
@@ -0,0 +1,7 @@ | ||
+# Patch | ||
+ | ||
+This provider needs a patch since it's [`go.mod`](https://github.com/keycloak/terraform-provider-keycloak/blob/3f6b75b79ada48eddb41de6055f57a357d9b691c/go.mod#L1) is not valid: | ||
+ | ||
+```go | ||
+module github.com/mrparkers/terraform-provider-keycloak | ||
+``` |
Oops, something went wrong.