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
Replaced references to mrparkers with keycloak (#1017)
Updated goreleaser config
Replace outdated goreleaser --rm-dist config
Added release permissions
Adapted example to work with bitnami/openldap
Signed-off-by: Sebastian Schuster <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Terraform provider for [Keycloak](https://www.keycloak.org/).
6
6
7
7
## Docs
8
8
9
-
All documentation for this provider can now be found on the Terraform Registry: https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
9
+
All documentation for this provider can now be found on the Terraform Registry: https://registry.terraform.io/providers/keycloak/keycloak/latest/docs
10
10
11
11
## Installation
12
12
@@ -16,7 +16,7 @@ This provider can be installed automatically using Terraform >=0.13 by using the
16
16
terraform {
17
17
required_providers {
18
18
keycloak = {
19
-
source = "mrparkers/keycloak"
19
+
source = "keycloak/keycloak"
20
20
version = ">= 4.0.0"
21
21
}
22
22
}
@@ -50,14 +50,14 @@ The following versions are used when running acceptance tests in CI:
50
50
## Releases
51
51
52
52
This provider uses [GoReleaser](https://goreleaser.com/) to build and publish releases. Each release published to GitHub
53
-
contains binary files for Linux, macOS (darwin), and Windows, as configured within the [`.goreleaser.yml`](https://github.com/mrparkers/terraform-provider-keycloak/blob/master/.goreleaser.yml)
53
+
contains binary files for Linux, macOS (darwin), and Windows, as configured within the [`.goreleaser.yml`](https://github.com/keycloak/terraform-provider-keycloak/blob/master/.goreleaser.yml)
54
54
file.
55
55
56
56
Each release also contains a `terraform-provider-keycloak_${RELEASE_VERSION}_SHA256SUMS` file, accompanied by a signature
57
57
created by a PGP key with the fingerprint `C508 6791 5E11 6CD2`. This key can be found on my Keybase account at https://keybase.io/mrparkers.
58
58
59
-
You can find the list of releases [here](https://github.com/mrparkers/terraform-provider-keycloak/releases).
60
-
You can find the changelog for each version [here](https://github.com/mrparkers/terraform-provider-keycloak/blob/master/CHANGELOG.md).
59
+
You can find the list of releases [here](https://github.com/keycloak/terraform-provider-keycloak/releases).
60
+
You can find the changelog for each version [here](https://github.com/keycloak/terraform-provider-keycloak/blob/master/CHANGELOG.md).
61
61
62
62
Note: Prior to v2.0.0, a statically linked build for use within Alpine linux was included with each release. This is no longer
63
63
done due to [GoReleaser not supporting CGO](https://goreleaser.com/limitations/cgo/). Instead of using a statically linked,
0 commit comments