Skip to main content

Community

Other: HVR Terraform Provider to create HVR Channels in Declaratively

Please sign in to leave a comment.

Comments

1 comment

    Hi Qasim,

    Thank you for your suggestion. Unfortunately we do not plan to build a Terraform provider for HVR.

    What we do have is a REST API that you can use to configure and manage all of your data pipelines in HVR (https://fivetran.com/docs/hvr6/rest-api/rest-api-reference).

    On top of that someone wrote a utility pyhvr, a utility to create a Python library on top of the REST API. The utility is open source (https://github.com/fivetran/pyhvr/). You can generate pyhvr for your version based on $HVR_HOME/api/openapi.yaml should your REST call not exactly match the call included in the utility.

    Would you please consider using the REST API directly, or pyhvr?

    Thank you,
    Mark.