@unmango/baremetal
v0.0.40
Published
A Pulumi provider for provisioning bare-metal hosts.
Downloads
136
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 install
to build and install the provider. - Run
make gen_examples
to generate the example programs inexamples/
off of the sourceexamples/yaml
example program. - Run
make up
to run the example program inexamples/yaml
. - Run
make down
to tear down the example program.
References
Other resources/examples for implementing providers: