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 c690013 commit 01af5d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtin/bins/provider-kubernetes/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/kubernetes"
"github.com/hashicorp/terraform/plugin"
)

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

0 comments on commit 01af5d3

Please sign in to comment.