constellation/terraform-provider-constellation/docs/index.md
Adrian Stobbe 37580009fe
terraform-provider: cleanup and improve docs (#2685)
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2023-12-14 15:47:55 +01:00

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" {}

Schema