Skip to content

stacksegv/terraform-provider-stackit

 
 

Repository files navigation

Terraform Provider for STACKIT

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

The provider is built and maintained by the STACKIT community in Schwarz IT and is not an official STACKIT provider

📖 Provider Documentation

🚀 STACKIT Community Go Client


Usage Example

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

# Configure the STACKIT Provider
provider "stackit" {
  service_account_email = var.service_account_email
  service_account_token = var.service_account_token
}

About

Community-maintained STACKIT Terraform provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%