Skip to content

Commit

Permalink
Ensure forward build compatibility for resource provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 10, 2022
1 parent df65046 commit 9471bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tfbridge/provider.go
Expand Up @@ -49,6 +49,8 @@ import (

// Provider implements the Pulumi resource provider operations for any Terraform plugin.
type Provider struct {
pulumirpc.UnimplementedResourceProviderServer

host *provider.HostClient // the RPC link back to the Pulumi engine.
module string // the Terraform module name.
version string // the plugin version number.
Expand Down

0 comments on commit 9471bc2

Please sign in to comment.