FusionAuth / terraform-provider-fusionauth

FusionAuth Terraform Provider
https://registry.terraform.io/providers/FusionAuth/fusionauth/latest
Apache License 2.0
36 stars 56 forks source link

Add login intent Id TTL to tenant configuration #286

Closed spwitt closed 1 month ago

spwitt commented 5 months ago

Issue

Changes

Add login_intent_time_to_live_in_seconds external identifier configuration for the tenant.

Depends on

spwitt commented 1 month ago

There a linter error because it does not see the new field in the Go client.

Error: fusionauth/resource_fusionauth_tenant_helpers.go:495:92: t.ExternalIdentifierConfiguration.LoginIntentTimeToLiveInSeconds undefined (type "github.com/FusionAuth/go-client/pkg/fusionauth".ExternalIdentifierConfiguration has no field or method LoginIntentTimeToLiveInSeconds)) (typecheck)

But the field exists on main in fusionauth-go-client.