Skip to content

Commit

Permalink
Publish Package Metadata for [email protected] (#5127)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 8, 2024
1 parent c345178 commit a66fa78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions themes/default/content/registry/packages/threefold/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ resources:
nodes:
- ${scheduler.nodes[0]}
ip_range: 10.1.0.0/16
# mycelium_keys:
# ${scheduler.nodes[0]}: 9751c596c7c951aedad1a5f78f18b59515064adf660e0d55abead65e6fbbd627 # hex encoded 32 bytes
mycelium: true

deployment:
type: threefold:provider:Deployment
Expand All @@ -264,7 +263,7 @@ resources:
cpu: 2
memory: 256
planetary: true
# mycelium_ip_seed: b60f2b7ec39c # hex encoded 6 bytes
mycelium: true
mounts:
- disk_name: data
mount_point: /app
Expand All @@ -278,7 +277,7 @@ resources:
outputs:
node_deployment_id: ${deployment.node_deployment_id}
planetary_ip: ${deployment.vms_computed[0].planetary_ip}
# mycelium_ip: ${deployment.vms_computed[0].mycelium_ip}
mycelium_ip: ${deployment.vms_computed[0].mycelium_ip}
```
{{% /choosable %}}
Expand Down
4 changes: 2 additions & 2 deletions themes/default/data/registry/packages/threefold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ 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: 1722331693
version: v0.6.5
updated_on: 1723112788
version: v0.6.6

0 comments on commit a66fa78

Please sign in to comment.