Twingate / pulumi-twingate

Apache License 2.0
4 stars 1 forks source link

Upgrading terraform-provider-twingate to 3.0.11 with support for DNS filtering #133

Closed twingate-blee closed 1 month ago

twingate-blee commented 1 month ago

Changes

The v3.130.0 version was causing the below error

# github.com/pulumi/pulumi/pkg/v3/resource/deploy/deploytest
../../../../go/pkg/mod/github.com/pulumi/pulumi/pkg/v3@v3.129.0/resource/deploy/deploytest/languageruntime.go:41:9: cannot use &languageRuntime{…} (value of type *languageRuntime) as plugin.LanguageRuntime value in return statement: *languageRuntime does not implement plugin.LanguageRuntime (wrong type for method InstallDependencies)
        have InstallDependencies(plugin.ProgramInfo) error
        want InstallDependencies(plugin.InstallDependenciesRequest) error
make: *** [tfgen] Error 1