-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Related to #85
The vercel_project
data source returns an error in 0.11.1
:
│ Error: Value Conversion Error
│
│ on line 1, in data "vercel_project" "example":
│ 1: data "vercel_project" "example" {
│
│ An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:
│
│ couldn't find type information for attribute in supplied attr.Type types.ObjectType
This is what the data source looks like:
data "vercel_project" "example" {
name = "example"
team_id = var.vercel_team_id
}
My provider config:
# API token is set in the VERCEL_API_TOKEN environment variable
provider "vercel" {
team = local.vercel_team_id
}
I tested this with 0.10.3
and it works fine.
Metadata
Metadata
Assignees
Labels
No labels