Releases: Serviceware/terraform-provider-vaultkeycloak
Releases · Serviceware/terraform-provider-vaultkeycloak
v0.7.4
v0.7.3
v0.7.2
v0.7.1
Update deps
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.4
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
fix: changing path causes a crash. deleting + recreating should fix this