mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
dnsmadeeasy: re-organize the bins
cc/ @soniah
This commit is contained in:
parent
dfaa428728
commit
44f20cad6b
@ -1,11 +1,12 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"github.com/hashicorp/terraform/builtin/providers/dnsmadeeasy"
|
||||||
"github.com/hashicorp/terraform/plugin"
|
"github.com/hashicorp/terraform/plugin"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
plugin.Serve(&plugin.ServeOpts{
|
plugin.Serve(&plugin.ServeOpts{
|
||||||
ProviderFunc: Provider,
|
ProviderFunc: dnsmadeeasy.Provider,
|
||||||
})
|
})
|
||||||
}
|
}
|
1
builtin/bins/provider-dnsmadeeasy/main_test.go
Normal file
1
builtin/bins/provider-dnsmadeeasy/main_test.go
Normal file
@ -0,0 +1 @@
|
|||||||
|
package main
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package dnsmadeeasy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package dnsmadeeasy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package dnsmadeeasy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package dnsmadeeasy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package dnsmadeeasy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
Loading…
Reference in New Issue
Block a user