File tree Expand file tree Collapse file tree 8 files changed +28
-28
lines changed Expand file tree Collapse file tree 8 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
22 source = " ../../common/configuration"
33
44 configuration = var. configuration
5- base_key = var. base_key
5+ base_key = var. configuration_base_key
66}
77
88locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
33 description = " Map with per workspace cluster configuration."
44}
55
6- variable "manifest_path " {
6+ variable "configuration_base_key " {
77 type = string
8- description = " Path to Kustomize overlay to build ."
9- default = null
8+ description = " The key in the configuration map all other keys inherit from ."
9+ default = " apps "
1010}
1111
12- variable "base_key " {
12+ variable "manifest_path " {
1313 type = string
14- description = " The key in the configuration map all other keys inherit from ."
15- default = " apps "
14+ description = " Path to Kustomize overlay to build ."
15+ default = null
1616}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
22 source = " ../../common/configuration"
33
44 configuration = var. configuration
5- base_key = var. base_key
5+ base_key = var. configuration_base_key
66}
77
88locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
33 description = " Map with per workspace cluster configuration."
44}
55
6- variable "manifest_path " {
6+ variable "configuration_base_key " {
77 type = string
8- description = " Path to Kustomize overlay to build ."
9- default = null
8+ description = " The key in the configuration map all other keys inherit from ."
9+ default = " apps "
1010}
1111
12- variable "base_key " {
12+ variable "manifest_path " {
1313 type = string
14- description = " The key in the configuration map all other keys inherit from ."
15- default = " apps "
14+ description = " Path to Kustomize overlay to build ."
15+ default = null
1616}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
22 source = " ../../common/configuration"
33
44 configuration = var. configuration
5- base_key = var. base_key
5+ base_key = var. configuration_base_key
66}
77
88locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
33 description = " Map with per workspace cluster configuration."
44}
55
6- variable "manifest_path " {
6+ variable "configuration_base_key " {
77 type = string
8- description = " Path to Kustomize overlay to build ."
9- default = null
8+ description = " The key in the configuration map all other keys inherit from ."
9+ default = " apps "
1010}
1111
12- variable "base_key " {
12+ variable "manifest_path " {
1313 type = string
14- description = " The key in the configuration map all other keys inherit from ."
15- default = " apps "
14+ description = " Path to Kustomize overlay to build ."
15+ default = null
1616}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
22 source = " ../../common/configuration"
33
44 configuration = var. configuration
5- base_key = var. base_key
5+ base_key = var. configuration_base_key
66}
77
88locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
33 description = " Map with per workspace cluster configuration."
44}
55
6- variable "manifest_path " {
6+ variable "configuration_base_key " {
77 type = string
8- description = " Path to Kustomize overlay to build ."
9- default = null
8+ description = " The key in the configuration map all other keys inherit from ."
9+ default = " apps "
1010}
1111
12- variable "base_key " {
12+ variable "manifest_path " {
1313 type = string
14- description = " The key in the configuration map all other keys inherit from ."
15- default = " apps "
14+ description = " Path to Kustomize overlay to build ."
15+ default = null
1616}
You can’t perform that action at this time.
0 commit comments