A simple Terraform provider for managing jobs on the Nosana Network.
Before you begin, you will need:
- Terraform 1.0+: Install Terraform
- Nosana CLI: The Nosana Command Line Interface is required to generate a keypair.
npm install -g @nosana/cli
- Nosana Keypair: You need a funded Nosana wallet to pay for jobs.
# Generate a new keypair (and save the seed phrase) nosana address # Fund your new wallet with SOL and NOS tokens
This repository contains a simple, working example to get you started.
-
Clone the Repository:
git clone https://github.com/HoomanDigital/terraform-provider-nosana.git cd terraform-provider-nosana -
Run the Example: The
example/directory contains a pre-configured job.cd example terraform init terraform apply
That's it! This will submit a job to the Nosana network using the keypair found at the default location (~/.nosana/nosana_key.json).