Skip to content

unmango/pulumi-baremetal

Repository files navigation

Pulumi Bare Metal

A Pulumi provider for provisioning bare-metal hosts.

Build & test the boilerplate provider

  1. Create a new Github CodeSpaces environment using this repository.
  2. Open a terminal in the CodeSpaces environment.
  3. Run make build install to build and install the provider.
  4. Run make gen_examples to generate the example programs in examples/ off of the source examples/yaml example program.
  5. Run make up to run the example program in examples/yaml.
  6. Run make down to tear down the example program.