Getting this error in terraform
Blockquote 10:51:26 e[31m│e[0m e[0me[1me[31mError: e[0me[0me[1m400 Bad Request: The provided input does not satisfy the expected schemae[0m 10:51:26 e[31m│e[0m e[0m 10:51:26 e[31m│e[0m e[0me[0m with auth0_flow_vault_connection.sendgrid, 10:51:26 e[31m│e[0m e[0m on auth0_form_common.tf line 16, in resource “auth0_flow_vault_connection” “sendgrid”: 10:51:26 e[31m│e[0m e[0m 16: resource “auth0_flow_vault_connection” “sendgrid” e[4m{e[0me[0m 10:51:26 e[31m│e[0m e[0m
When trying to create this resource using terraform
resource "auth0_flow_vault_connection" "sendgrid" {
name = "SendGrid"
app_id = "SENDGRID"
account_name = "asdf"
ready = true
setup = {
api_key = "asfd***xyz"
}
}```
Auth0 Provider version 1.7.1