A Pulumi provider for provisioning bare-metal hosts.
- 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.