-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3360 from pulumi/threefold/6570311814-1133
Publish Package Metadata [email protected]
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: threefold | ||
meta_desc: Provides an overview of the threefold grid Provider for Pulumi. | ||
layout: package | ||
--- | ||
|
||
The Threefold Resource Provider for the [threefold grid](https://threefold.io) lets you manage your infrastructure using pulumi. |
25 changes: 25 additions & 0 deletions
25
themes/default/content/registry/packages/threefold/installation-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Threefold Grid Installation & Configuration | ||
meta_desc: Information on how to install the Threefold provider. | ||
layout: package | ||
--- | ||
|
||
## Installation | ||
|
||
The Pulumi Threefold provider is available as a package in all Pulumi languages: | ||
|
||
* Go: [`github.com/threefold/pulumi-threefold/sdk`](https://pkg.go.dev/github.com/threefold/pulumi-threefold/sdk) | ||
|
||
## 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 [mnemonics](https://threefoldtech.github.io/info_grid/dashboard/portal/dashboard_portal_polkadot_create_account.html). | ||
|
||
* `threefold:network` (environment: `NETWORK`) - specify which grid network (dev/qa/mainnet/testnet) to deploy on (default is dev). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
category: Infrastructure | ||
component: false | ||
description: The Pulumi Resource Provider for the Threefold Grid. | ||
featured: false | ||
logo_url: https://www.threefold.io/images/black_threefold.png | ||
name: threefold | ||
native: true | ||
package_status: public_preview | ||
publisher: Threefold | ||
repo_url: https://github.com/threefoldtech/pulumi-threefold | ||
schema_file_path: provider/cmd/pulumi-resource-threefold/schema.json | ||
title: Threefold Grid | ||
updated_on: 1697627402 | ||
version: v0.2.0 |