Skip to content

Instantly share code, notes, and snippets.

@FRosner
Created August 10, 2018 11:14
Show Gist options
  • Save FRosner/96fcfeb4f54bd1b3c03f25b77c908491 to your computer and use it in GitHub Desktop.
Save FRosner/96fcfeb4f54bd1b3c03f25b77c908491 to your computer and use it in GitHub Desktop.
package leanix
import (
"terraform-provider-leanix/leanix"
"github.com/hashicorp/terraform/plugin"
"github.com/hashicorp/terraform/terraform"
)
func main() {
plugin.Serve(&plugin.ServeOpts{
ProviderFunc: func() terraform.ResourceProvider {
return leanix.Provider()
},
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment