terraform-provider-stackit

command module
v1.30.10 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

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 STACKIT provider is a project developed and maintained by the STACKIT community within Schwarz IT.

⚠️ Important: This project will continue to be maintained as long as internal teams are using it.

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

 

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.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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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