Ringo De Smet

Results 243 comments of Ringo De Smet

@ron-ts when will you make a new release including the plugin binaries in the Github Release?

@ron-ts checking in again. The last thing missing is a Github Release containing the provider binaries. Any idea when these will/can be released?

@cnunciato @sean1588 is there a way to filter out this `xyz` provider for Registry publishing? This is a package the providers team uses to test updates to their CI workflows.

@a-schot I noticed an incorrect value for your download URL. https://github.com/a-schot/pulumi-dbtcloud/commit/2330d98bc0e5f7ece439080d75c0910ed50c99d5#r140550943 After fixing the download URL, can you create a new release of your package containing all these changes?

@a-schot to ignore some of the legacy TF resources and not expose these in the Pulumi version, you should be able to use the `IgnoreMappings` property within `provider/resources.go`: https://github.com/pulumi/pulumi-terraform-bridge/blob/9257734f4e75379fc05f0d99dd19b461111b44b1/pkg/tfbridge/info.go#L86

@a-schot can you update the pulumi TF bridge in your provider to this release and retry? https://github.com/pulumi/pulumi-terraform-bridge/releases/tag/v3.80.0 It includes this fix: > Do not map resources/datasources specified in IgnoreMappings

@a-schot checking in again as we haven't heard from you in a few weeks. Would you have time to checkout this PR I created? https://github.com/a-schot/pulumi-dbtcloud/pull/1 I upgraded the bridge and...

@jaxxstorm can you commit a logo in 100x100 PNG format and point to it using the `logoURL` property in the schema? E.g: ```json "logoUrl": "https://raw.githubusercontent.com/lbrlabs/pulumi-tailscale-bastion/main//logo.png", ```

@cnunciato I lost a few hours on this myself today. Is there anything we can do in making this more clear in our docs?