terraform-provider-solana

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

README

Terraform Solana Provider

Release Registry License

Registry Page

Requirements

  • Terraform >= 0.13.x
  • Go 1.16.x (for building from source)

Example Usage

Full provider documentation can be found on the Terraform registry at the link found above.

terraform {
  required_providers {
    solana = {
      source  = "callensm/solana"
      version = "<LATEST_VERSION>"
    }
  }
}

provider "solana" {
  cluster = "testnet"
}

data "solana_address_signatures" "sigs" {
  address = "11111111111111111111111111111111"

  search_options {
    limit = 1
  }
}

data "solana_signature_status" "sig" {
  signature                  = data.solana_address_signatures.sigs.results.0.signature
  search_transaction_history = true
}

License

MPL v2.0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL