mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-14 02:14:21 -05:00
37580009fe
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "constellation Provider"
|
|
subcategory: ""
|
|
description: |-
|
|
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
|
|
terraform {
|
|
required_providers {
|
|
constellation = {
|
|
source = "registry.terraform.io/edgelesssys/constellation"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "constellation" {}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|