You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.auth0.auth0_client.idp: Creating...
Error: 400 Bad Request: Payload validation error: 'Expected type array but found type null' on property addons.samlp.nameIdentifierProbes. (also) Payload validation error: 'Expected type object but found type null' on property addons.samlp.mappings.
on .terraform/modules/auth0/main.tf line 9, in resource "auth0_client" "idp":
9: resource "auth0_client" "idp" {
[terragrunt] 2020/07/16 10:32:47 Hit multiple errors:
exit status 1
From terraform-provider-auth0 created by mijdavis2: alexkappa/terraform-provider-auth0#254
Description
With auth0 provider v0.12.2, samlp addon for "auth0_client" resource no longer works when mapping isn't defined.
Terraform Version
tf = v0.12.6
auth0 provider = v0.12.2
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Create auth0_client without errors
Actual Behavior
Steps to Reproduce
terraform apply
Debug Output
Panic Output
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: