这是indexloc提供的服务,不要输入任何密码
Skip to content

Error: Provider returned invalid result object after apply #217

@lohrm-stabl

Description

@lohrm-stabl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions