mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
37580009fe
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
1.3 KiB
1.3 KiB
page_title | subcategory | description |
---|---|---|
constellation Provider | The Constellation provider manages Constellation clusters. Given user-defined infrastructure in Terraform, the provider with its main 'constellation_cluster' resource manages the entire lifecycle of a cluster. The provider allows easy usage of custom infrastructure setups and GitOps workflows. It is released as part of Constellation releases, such that each provider version is compatible with the corresponding Constellation version. |
constellation Provider
The Constellation provider manages Constellation clusters.
Given user-defined infrastructure in Terraform, the provider with its main 'constellation_cluster' resource manages the entire lifecycle of a cluster. The provider allows easy usage of custom infrastructure setups and GitOps workflows. It is released as part of Constellation releases, such that each provider version is compatible with the corresponding Constellation version.
Example Usage
terraform {
required_providers {
constellation = {
source = "registry.terraform.io/edgelesssys/constellation"
}
}
}
provider "constellation" {}