Skip to content

Releases: frontegg/terraform-provider-frontegg

v0.2.40

24 Jan 08:45
159cc6b
Compare
Choose a tag to compare

BREAKING CHANGES:
Tenant ID is required on webhooks resource
Example:

resource "frontegg_webhook" "example" {
  enabled     = true
  name        = "Example webhook"
  description = "An example of a webhook"
  url         = "https://example.com/webhook"
  secret      = "example-sekret"
  events = [
    "frontegg.user.authenticated"
  ]
  tenant_id = "TenantId"
}

## What's Changed
* fixes the docs by @mariusgiger in https://github.com/frontegg/terraform-provider-frontegg/pull/70
* FR-10046 - Fix webhooks by @mariavlasov in https://github.com/frontegg/terraform-provider-frontegg/pull/71

## New Contributors
* @mariusgiger made their first contribution in https://github.com/frontegg/terraform-provider-frontegg/pull/70

**Full Changelog**: https://github.com/frontegg/terraform-provider-frontegg/compare/v0.2.39...v0.2.40

v0.2.39

14 Dec 11:45
230c9ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.38...v0.2.39

v0.2.38

06 Dec 11:51
067bfb3
Compare
Choose a tag to compare

What's Changed

v0.2.37

06 Nov 11:50
001a46c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.36...v0.2.37

v0.2.36

02 Nov 12:00
5b96901
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.35...v0.2.36

v0.2.35

07 Oct 18:28
243e864
Compare
Choose a tag to compare

What's Changed

  • Add auth_strategy to the vendor config's password policy by @antifuchs in #54

Full Changelog: v0.2.34...v0.2.35

v0.2.34

04 Sep 11:08
f3377af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.33...v0.2.34

v0.2.33

07 Aug 05:52
6683408
Compare
Choose a tag to compare

What's Changed

  • Allow minimal management of user resources by @antifuchs in #23

Full Changelog: v0.2.32...v0.2.33

v0.2.32

25 Jul 12:48
Compare
Choose a tag to compare
removved globs from publish

v0.2.31

25 Jul 12:31
Compare
Choose a tag to compare
v0.2.31 Pre-release
Pre-release
terraform glob