diff --git a/sks/extra-variables.tf b/sks/extra-variables.tf index 63b6f5f3..7bc71697 100644 --- a/sks/extra-variables.tf +++ b/sks/extra-variables.tf @@ -1,8 +1,3 @@ -variable "cluster_id" { - description = "ID of the SKS cluster." - type = string -} - variable "metrics_storage" { description = "Exoscale SOS bucket configuration values for the bucket where the archived metrics will be stored." type = object({ diff --git a/sks/locals.tf b/sks/locals.tf index e0688c1e..f39b68a4 100644 --- a/sks/locals.tf +++ b/sks/locals.tf @@ -1,7 +1,6 @@ locals { helm_values = [{ thanos = { - clusterDomain = "${var.cluster_id}.cluster.local" objstoreConfig = { type = "S3" config = {