Closed spwitt closed 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
.
Issue
Changes
Add
login_intent_time_to_live_in_seconds
external identifier configuration for the tenant.Depends on