Skip to content

SchwarzIT/terraform-provider-stackit

Repository files navigation

Terraform Provider for STACKIT

Go Report Card GitHub release (latest by date) GitHub go.mod Go version of a Go module License

The STACKIT provider is a project developed and maintained by the STACKIT community within Schwarz IT.

⚠️ Important: This project is no longer maintained.

Note that the official STACKIT provider can be found here.
To migrate to the official provider from the community provider, refer to the migration notes.

📖 Provider Documentation

🚀 STACKIT Community Go Client

 

Usage Example

terraform {
  required_providers {
    stackit = {
      source  = "SchwarzIT/stackit"
      version = "~> 1.27.0"
    }
  }
}

# Configure the STACKIT Provider
provider "stackit" {
  service_account_key_path = var.service_account_key_path
  private_key_path         = var.private_key_path
}

For further authentication methods, please refer to our Provider Documentation