@unmango/baremetal
v0.0.40
Published
A Pulumi provider for provisioning bare-metal hosts.
Readme
Pulumi Bare Metal
A Pulumi provider for provisioning bare-metal hosts.
Build & test the boilerplate provider
- Create a new Github CodeSpaces environment using this repository.
- Open a terminal in the CodeSpaces environment.
- Run
make build installto build and install the provider. - Run
make gen_examplesto generate the example programs inexamples/off of the sourceexamples/yamlexample program. - Run
make upto run the example program inexamples/yaml. - Run
make downto tear down the example program.
References
Other resources/examples for implementing providers:
