mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/atlas: bin
This commit is contained in:
parent
aeecabbb33
commit
f0de69b3c5
12
builtin/bins/provider-atlas/main.go
Normal file
12
builtin/bins/provider-atlas/main.go
Normal file
@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/terraform/builtin/providers/atlas"
|
||||
"github.com/hashicorp/terraform/plugin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
plugin.Serve(&plugin.ServeOpts{
|
||||
ProviderFunc: atlas.Provider,
|
||||
})
|
||||
}
|
1
builtin/bins/provider-atlas/main_test.go
Normal file
1
builtin/bins/provider-atlas/main_test.go
Normal file
@ -0,0 +1 @@
|
||||
package main
|
Loading…
Reference in New Issue
Block a user