Skip to content

Releases: FusionAuth/terraform-provider-fusionauth

v0.1.71

27 May 17:15
Compare
Choose a tag to compare
feature(application): adds support for `form_configuration.self_servi…

v0.1.70

05 May 18:45
Compare
Choose a tag to compare
feat: Add user data source

Add data source for fetching a single user, either by username or ID.

v0.1.69

05 May 18:42
Compare
Choose a tag to compare
fix(tests): updates tests to pass FusionAuth client by value.

v0.1.68

03 May 18:59
Compare
Choose a tag to compare
fix: proper applciation email template handling

v0.1.67

07 Apr 03:05
Compare
Choose a tag to compare
fix: optionally pass group UUID

v0.1.66

25 Mar 18:19
Compare
Choose a tag to compare
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

01 Mar 02:22
Compare
Choose a tag to compare
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

07 Feb 23:47
Compare
Choose a tag to compare
fix: remove IsUUID req. Closes #119

v0.1.63

02 Feb 22:38
Compare
Choose a tag to compare
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

25 Jan 03:16
Compare
Choose a tag to compare
feat: add support for specifying nameIdFormat in idp_samlv2 resources