Resource: auth0_custom_domain
does not have correct type for verifications
#1110
Labels
🪲 bug
Something isn't working
Checklist
Description
The schema says that type of
auth0_custom_domain.verification[0].methods[0]
isList of Map of String
but it is aList of Object
Expectation
I believe this is causing a downstream issue in the Pulumi provider https://github.com/pulumi/pulumi-auth0 where the type is showing as
any
Reproduction
auth0_custom_domain
and see that it returns a map of objectAuth0 Terraform Provider version
1.9.1
Terraform version
N/A
The text was updated successfully, but these errors were encountered: