Skip to content

Provider does not gracefully handle unknown values during the Configure method when ephemeral resources are used in the provider configuration. #26

Description

@liger1978

Provider does not gracefully handle unknown values during the Configure method when ephemeral resources are used in the provider configuration.

When referencing an ephemeral resource (e.g., a tunnel) in the provider configuration, the host value is not fully evaluated during the plan phase. Currently, the provider does not check if host is unknown; instead, it falls back to the default https://app.langfuse.com. This causes connection failures during plan or refresh. HashiCorp's best practice is to gracefully return early without errors from Configure if critical variables are unknown, so Terraform can continue the plan without validation and reconfigure properly during apply.

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