MaterializeInc / pulumi-fivetran

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

Add line to map fivetran_connector_schedule to Pulumi provider #6

Closed matthelm closed 1 year ago

matthelm commented 1 year ago

This PR follows #5 , aiming to fix the build.

image

The past build failed with the following error:

error: failed to gather package metadata: problem gathering resources: 1 error occurred:
    * TF resource "fivetran_connector_schedule" not mapped to the Pulumi provider

make: *** [Makefile:10: cmd/pulumi-resource-fivetran/schema.json] Error 255
Error: Process completed with exit code 2.

I hadn't previously run make before opening my PR. I did so and reproduced the problem locally.

image

I added this line based on the diff I saw in https://github.com/MaterializeInc/pulumi-fivetran/commit/d222c1d72cb19e7aa6bc8604ea29028bc42cddd9 and confirmed it work by running make again.

image