Skip to content

Commit

Permalink
feat: add version string (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed Sep 18, 2023
1 parent efa1ba4 commit b6fb02d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ func Provider() tfbridge.ProviderInfo {
// Instantiate the Terraform provider
// Create a Pulumi provider mapping
prov := tfbridge.ProviderInfo{
P: shim.ShimmedProvider(),
Name: "exoscale",
P: shim.ShimmedProvider(),
Name: "exoscale",
Version: version.Version,
// DisplayName is a way to be able to change the casing of the provider
// name when being displayed on the Pulumi registry
DisplayName: "Exoscale",
Expand Down

0 comments on commit b6fb02d

Please sign in to comment.