MaterializeInc / pulumi-fivetran

A Pulumi provider for the Fivetran ETL platform.
Apache License 2.0
6 stars 1 forks source link

connection_type is not a part of ConnectorConfigArgs #2

Closed solomonshorser closed 1 year ago

solomonshorser commented 2 years ago

It appears that connection_type is in DestinationConfigArgs, but based on the documentation (https://fivetran.com/docs/rest-api/connectors/config#configparameters_107) I think it should be in ConnectorConfigArgs.

solomonshorser commented 2 years ago

UPDATE: It looks connection_type moved between v0.2.0 and the current version (v0.4.1) of the Terraform provider for Fivetran. Do you have any plans to rebuild/rerelease the pulumi-fivetran plugin?

solomonshorser commented 2 years ago

I think this has been fixed in https://github.com/fivetran/terraform-provider-fivetran so syncing https://github.com/benesch/terraform-provider-fivetran/tree/main/fivetran would probably fix it.

solomonshorser commented 1 year ago

This seems to have been resolved in more recent releases of this project.