diff --git a/modules/sdcore-control-plane-k8s/variables.tf b/modules/sdcore-control-plane-k8s/variables.tf index 3f3551a..fc95ef0 100644 --- a/modules/sdcore-control-plane-k8s/variables.tf +++ b/modules/sdcore-control-plane-k8s/variables.tf @@ -96,7 +96,7 @@ variable "cos_model_name" { variable "cos_configuration_config" { description = "COS Configuration application config. Details about available options can be found at https://charmhub.io/cos-configuration-k8s/configure." type = map(string) - default = { + default = { git_repo = "https://github.com/canonical/sdcore-cos-configuration" git_branch = "main" grafana_dashboards_path = "grafana_dashboards/sdcore/" diff --git a/modules/sdcore-k8s/variables.tf b/modules/sdcore-k8s/variables.tf index 248d33c..9e59d0c 100644 --- a/modules/sdcore-k8s/variables.tf +++ b/modules/sdcore-k8s/variables.tf @@ -106,7 +106,7 @@ variable "cos_model_name" { variable "cos_configuration_config" { description = "COS Configuration application config. Details about available options can be found at https://charmhub.io/cos-configuration-k8s/configure." type = map(string) - default = { + default = { git_repo = "https://github.com/canonical/sdcore-cos-configuration" git_branch = "main" grafana_dashboards_path = "grafana_dashboards/sdcore/" diff --git a/modules/sdcore-user-plane-k8s/variables.tf b/modules/sdcore-user-plane-k8s/variables.tf index c58276d..fc54cd7 100644 --- a/modules/sdcore-user-plane-k8s/variables.tf +++ b/modules/sdcore-user-plane-k8s/variables.tf @@ -52,7 +52,7 @@ variable "cos_model_name" { variable "cos_configuration_config" { description = "COS Configuration application config. Details about available options can be found at https://charmhub.io/cos-configuration-k8s/configure." type = map(string) - default = { + default = { git_repo = "https://github.com/canonical/sdcore-cos-configuration" git_branch = "main" grafana_dashboards_path = "grafana_dashboards/sdcore/"