terraform-provider-nscale

command module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

README

Nscale Terraform Provider

The Nscale Terraform provider allows Terraform to manage Nscale resources, letting you define and provision them using standard Terraform workflows.

Note: For now, the provider supports Nscale networks, security groups, file storages, compute instances and compute clusters, with more resources planned for future releases.


Documentation

Documentation for this provider is available on the Terraform Registry, and you can also find examples in this repository.


Quick Start

The provider is distributed via the Terraform Registry as nscaledev/nscale. Declare it in your required_providers block:

terraform {
  required_providers {
    nscale = {
      source = "nscaledev/nscale"
      # Check the Terraform Registry or GitHub Releases for the latest version.
      # version = "~> 0.0.8"
    }
  }
}

The provider authenticates with Nscale using a service token, which you can generate and rotate in the Nscale Console.

A typical provider configuration looks like this:

provider "nscale" {
  # Recommended: supply these values via environment variables, not hard-coded here.

  # region_id       = "<your-region-id>"
  # organization_id = "<your-organization-id>"
  # project_id      = "<your-project-id>"
  # service_token   = "<your-service-token>"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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