providers/cloudflare: add bins

close #126
This commit is contained in:
Jack Pearkes 2014-07-31 09:52:48 -04:00
parent 0ca0b8dd62
commit 887ee10f77
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package main
import (
"github.com/hashicorp/terraform/builtin/providers/cloudflare"
"github.com/hashicorp/terraform/plugin"
)
func main() {
plugin.Serve(new(cloudflare.ResourceProvider))
}

View File

@ -0,0 +1 @@
package main