The STACKIT provider is a project developed and maintained by the STACKIT community within Schwarz IT. Please note that it is not an official provider endorsed or maintained by STACKIT.
📖 Provider Documentation
🚀 STACKIT Community Go Client
Reporting Issues
If you encounter any issues or have suggestions for improvements, please open an issue in the repository. We appreciate your feedback and will do our best to address any problems as soon as possible.
The provider is built and maintained by the STACKIT community in Schwarz IT and is not an official STACKIT provider
Usage Example
terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "~> 1.20.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