Skip to main content

Stand up Wordle while you stand up infrastructure

Project description

Wordle Pulumi Provider

Play Wordle while writing infrastructure as code. If you're working from an office, your boss won't even know that you aren't deploying state of the art cloud managed NAT gateways!

Every day the game resets, and the word list should be the same as the original Wordle's. But unlike the real Wordle this one gives you unlimited retries, just like deploying real infrastructure.

How to use

You will need Pulumi 3.24.1 or greater, check which version you have via pulumi version or get Pulumi for your platform.

TypeScript/JavaScript via npm: @frielforreal/pulumi-wordle

Python via Pypi: pulumi-wordle

Go: github.com/aaronfriel/pulumi/sdk/go/wordle

C#/.NET via Nuget: Pulumi.Wordle

Example

An example of using the single resource defined in this example is in examples/ts.

import * as wordle from "@frielforreal/pulumi-wordle";

const random = new wordle.Wordle("wordle", { word: "raise" });
$ PATH=../../bin/:$PATH pulumi up --skip-preview
Please choose a stack, or create a new one: dev
Updating (dev)

View Live: https://app.pulumi.com/friel/ts/dev/updates/3

     Type                    Name        Status      Info
     pulumi:pulumi:Stack     simple-dev              2 warnings
 ~   └─ wordle:index:Wordle  wordle      updated     [diff: ~word]

Outputs:
  ~ output: [
        [0]: "🟫🟩🟩🟨🟫"
        [1]: "🟫🟩🟩🟩🟩"
      + [2]: "🟩🟩🟩🟩🟩"
    ]

Resources:
    ~ 1 updated
    1 unchanged

Duration: 2s

Build and Test

# build and install the resource provider plugin
$ make ensure build install

# test
$ cd examples/simple
$ yarn link @frielforreal/pulumi-wordle
$ yarn install
$ pulumi stack init test
$ PATH=../../bin:$PATH pulumi up

References

Other resources for learning about the Pulumi resource model:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumi_wordle-0.3.0b7.tar.gz (6.8 kB view details)

Uploaded Source

File details

Details for the file pulumi_wordle-0.3.0b7.tar.gz.

File metadata

  • Download URL: pulumi_wordle-0.3.0b7.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for pulumi_wordle-0.3.0b7.tar.gz
Algorithm Hash digest
SHA256 29642fabbfb48518455408a7500a46d4492f0b6ddf54cf073608a459017ac7e6
MD5 0e25a43730574b93a554796d3a66292a
BLAKE2b-256 7f383ce1dc27dfa64939ecc653c0791a618da1914eef8d8bf31bfe99bb6f0544

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page