Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 542 Bytes

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.