sotoon Provider

Interact with Sotoon.

Example Usage

terraform {
  required_providers {
    sotoon = {
      source  = "terraform.sotoon.ir/sotoon/sotoon"
      version = "~> 0.1.0"
    }
  }
}

provider "sotoon" {
  token = "xxxxxxxxxxxxxxxxxxxxxxxxxxx" # User Access Token
}

Schema

Required

  • token (String, Sensitive) Access token of Sotoon API. May also be provided via SOTOON_TOKEN environment variable. token is your account's access token and you can get it from your panel.