Sotoon Terraform Provider (Alpha Version)

With the Terraform provider of cloud provider you can manage your resources. If you are new with Terraform it is recommended to start from Getting Started With Terraform page.

Adding Provider

The provider could be added to your project as it is shown below:

Note: Currently 0.1.0 is the latest alpha version of the provider.

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