0.8.1 • Published 8 months ago

@threefold/pulumi v0.8.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Pulumi-threefold

Integration tests Lint Dependabot gopherbadger-tag-do-not-edit

A pulumi provider for the threefold grid to manage your infrastructure using pulumi. The provider is available at pulumi registry.

Requirements

Using the provider

  • Install the provider
make install_latest

Running the examples

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

Building The Provider (for development only)

make build

Run tests

export MNEMONIC="mnemonic words"
export NETWORK="network" # dev, qa, test, main -> default is dev

Integration tests

make integration
0.8.1

8 months ago

0.8.0

9 months ago

0.7.7

9 months ago

0.7.6

9 months ago

0.7.5

10 months ago

0.7.4

11 months ago

0.7.2

11 months ago