Skip to content

Commit

Permalink
Merge pull request #3360 from pulumi/threefold/6570311814-1133
Browse files Browse the repository at this point in the history
Publish Package Metadata [email protected]
  • Loading branch information
ringods authored Oct 19, 2023
2 parents 8e5f740 + 3abe203 commit 83b19e9
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/default/content/registry/packages/threefold/_index.md
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.
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).
14 changes: 14 additions & 0 deletions themes/default/data/registry/packages/threefold.yaml
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

0 comments on commit 83b19e9

Please sign in to comment.