Skip to content

Commit

Permalink
Add version to the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishth09 committed Apr 27, 2017
1 parent 71a99c4 commit c7c4ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtin/bins/provider-ibmcloud/main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package main

import (
"log"

"github.com/hashicorp/terraform/builtin/providers/ibmcloud"
"github.com/hashicorp/terraform/plugin"
)

func main() {
log.Println("IBM Cloud Provider version", "tf-v0.9.3-ibm-provider-v0.1")
plugin.Serve(&plugin.ServeOpts{
ProviderFunc: ibmcloud.Provider,
})
Expand Down

0 comments on commit c7c4ade

Please sign in to comment.