-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Error:
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ vercel_project_deployment_retention.deployment_retention.team_id. All values
│ must be known after apply, so this is always a bug in the provider and should
│ be reported in the provider's own repository. Terraform will still save the
│ other known object values in the state.
The concerning part of the cdk.tf.json
:
"vercel_project_deployment_retention": {
"deployment_retention": {
"//": {
"metadata": {
"path": "external-vercel/deployment_retention",
"uniqueId": "deployment_retention"
}
},
"expiration_canceled": "unlimited",
"expiration_errored": "unlimited",
"expiration_preview": "unlimited",
"expiration_production": "unlimited",
"project_id": "${vercel_project.portal.id}"
}
},
...
"required_providers": {
"vercel": {
"source": "vercel/vercel",
"version": "1.14.0"
}
}
Metadata
Metadata
Assignees
Labels
No labels