Skip to content

Releases: Serviceware/terraform-provider-vaultkeycloak

v0.7.4

21 Mar 15:10
413def4

Choose a tag to compare

Update release.yaml

v0.7.3

21 Mar 13:13
413def4

Choose a tag to compare

Update release.yaml

v0.7.2

21 Mar 11:38

Choose a tag to compare

update go releaser

v0.7.1

21 Mar 11:23

Choose a tag to compare

update actions

Update deps

21 Mar 11:16

Choose a tag to compare

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Aug 15:39
f75b8c3

Choose a tag to compare

What's Changed

  • feat: ignore_connectivity_check by @mxab in #2

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Aug 15:17

Choose a tag to compare

docs: per realm config

v0.5.0

02 Aug 14:11

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

14 Jul 08:33

Choose a tag to compare

fix: prevent crash if the backend has been moved/deleted.

We just had the issue that the backend in vault had been moved
or unmounted. In this case, the vault read returns nil and our
resourceRead crashes with a nilpointer-exception, even if
terraform would destroy + recreate the resource.

This marks the resource as deleted if the plugin cannot find the
configuration anymore.

v0.4.3

14 Jul 07:45

Choose a tag to compare

fix: changing path causes a crash. deleting + recreating should fix this