Threefold Grid v0.8.1 published on Wednesday, Nov 6, 2024 by Threefold
threefold: Installation & Configuration
Threefold Grid v0.8.1 published on Wednesday, Nov 6, 2024 by Threefold
Installation
The Pulumi Threefold provider is available as a package in those Pulumi languages:
- Go:
github.com/threefoldtech/pulumi-threefold/sdk
- JavaScript/TypeScript:
@threefold/pulumi
- Python:
pulumi-threefold
Setup
To provision resources with the Pulumi threefold provider, you need to provide the mnemonic
.
Configuration Options
Use pulumi config set threefold:<option>
.
The following configuration points are available for the threefold
provider:
threefold:mnemonic
(environment:MNEMONIC
) - This is the grid mnemonic. You can create a new account if you don’t have mnemonic.threefold:network
(environment:NETWORK
) - specify which grid network (dev/qa/mainnet/testnet) to deploy on (default is dev).
Threefold Grid v0.8.1 published on Wednesday, Nov 6, 2024 by Threefold