Releases: FusionAuth/terraform-provider-fusionauth
Releases · FusionAuth/terraform-provider-fusionauth
v0.1.71
feature(application): adds support for `form_configuration.self_servi…
v0.1.70
feat: Add user data source Add data source for fetching a single user, either by username or ID.
v0.1.69
fix(tests): updates tests to pass FusionAuth client by value.
v0.1.68
fix: proper applciation email template handling
v0.1.67
fix: optionally pass group UUID
v0.1.66
fix: do not force recreation of group Re-creating FA group on every role changes causes groups to lose every user assigned to them. By not forcing the recreation of TF resource, one can dynamically modify roles without risk of losing existing assignments.
v0.1.65
Add `kid` attribute to key resource. The `kid` is an attribute of a key that can be read once the key has been generated.
v0.1.64
fix: remove IsUUID req. Closes #119
v0.1.63
fix: tenant webhook event name typo The FusionAuth doco for the Tenant API uses "user.two-factor-method.remove" instead of the correct name "user.two-factor.method.remove", resulting in API errors if its use is attempted.
v0.1.62
feat: add support for specifying nameIdFormat in idp_samlv2 resources