A pulumi provider for the threefold grid to manage your infrastructure using pulumi. The provider is available at pulumi registry.
- Install the provider
make install_latest
To run examples, make sure you have a mnemonic and a network set.
export MNEMONIC="mnemonic words"
export NETWORK="network" # dev, qa, test, main -> default is dev
- Go to the examples directory
cd examples/go/virtual_machine
- Run the example
make run
- To cleanup the resources that you created
make destroy
make build
export MNEMONIC="mnemonic words"
export NETWORK="network" # dev, qa, test, main -> default is dev
make integration