This message was deleted.
# general
s
This message was deleted.
b
your terraform bridge doesn’t match the right dependencies for pulumi/pkg
b
Copy code
<http://github.com/pulumi/pulumi-terraform-bridge/v3|github.com/pulumi/pulumi-terraform-bridge/v3> v3.54.0
	<http://github.com/pulumi/pulumi/sdk/v3|github.com/pulumi/pulumi/sdk/v3> v3.75.0
they are all the latest version 🤔
b
it’s not necessarily the case that you should use the latest and greatest version. you need to match everything up, so the terraform plugin sdk, pulumi/sdk and terraform bridge versions all need to match tge versions in here: https://github.com/pulumi/pulumi-terraform-bridge/blob/master/go.mod
b
good, what is the process for pulumi add new provider?