JorTurFer / terraform-provider-stackit

Community-maintained STACKIT Terraform provider

Home Page:https://registry.terraform.io/providers/stackitcloud/stackit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider for STACKIT

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

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

The provider is built using Terraform's plugin framework, therefore we recommend using Terraform v1.x which supports Protocol v6

Usage Example

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

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

External Links

About

Community-maintained STACKIT Terraform provider

https://registry.terraform.io/providers/stackitcloud/stackit

License:Apache License 2.0


Languages

Language:Go 99.2%Language:Makefile 0.8%