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
When deploying a project domain for a Pre-production /Custom environment, vercel_project_domain should wait to be fully deployed with SSL certificate so any resources depending on it won't fail as vercel_alias.
│ Error: Error creating alias
│
│ with vercel_alias.example,
│ on main.tf line 21, in resource "vercel_alias" "example":
│ 21: resource "vercel_alias" "example" {
│
│ Could not create alias, unexpected error: cert_missing - The domain you are trying to associate is missing a SSL certificate
Retrying a few seconds later to apply vercel_alias will success as SSL certificate will be emitted.
The text was updated successfully, but these errors were encountered:
When deploying a project domain for a Pre-production /Custom environment,
vercel_project_domain
should wait to be fully deployed with SSL certificate so any resources depending on it won't fail asvercel_alias
.We'll get this error :
Retrying a few seconds later to apply
vercel_alias
will success as SSL certificate will be emitted.The text was updated successfully, but these errors were encountered: