mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-05 05:11:30 -04:00
data skeleton for cluster resource
This commit is contained in:
parent
17aecaaf5f
commit
e6f4be73bb
20 changed files with 1083 additions and 431 deletions
|
@ -31,10 +31,10 @@ resource "constellation_cluster" "foo" {
|
|||
name = "baz"
|
||||
image = data.constellation_image.ref # or provide manually crafted values
|
||||
kubernetes_version = "v1.27.6"
|
||||
constellation_microservice_version = "lockstep" # or pinned to a specific version
|
||||
debug = false
|
||||
init_endpoint = "10.10.10.10" # should use public ip of LB resource, ideally also provisioned through TF
|
||||
kubernetes_api_endpoint = "10.10.10.10" # should use public ip of LB resource, ideally also provisioned through TF
|
||||
constellation_microservice_version = "v2.13.0" # optional value, set to provider version by default.
|
||||
extra_microservices = {
|
||||
csi_driver = true
|
||||
# + more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue