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" {
2
2
source = " ../../common/configuration"
3
3
4
4
configuration = var. configuration
5
- base_key = var. base_key
5
+ base_key = var. configuration_base_key
6
6
}
7
7
8
8
locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
3
3
description = " Map with per workspace cluster configuration."
4
4
}
5
5
6
- variable "manifest_path " {
6
+ variable "configuration_base_key " {
7
7
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 "
10
10
}
11
11
12
- variable "base_key " {
12
+ variable "manifest_path " {
13
13
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
16
16
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
2
2
source = " ../../common/configuration"
3
3
4
4
configuration = var. configuration
5
- base_key = var. base_key
5
+ base_key = var. configuration_base_key
6
6
}
7
7
8
8
locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
3
3
description = " Map with per workspace cluster configuration."
4
4
}
5
5
6
- variable "manifest_path " {
6
+ variable "configuration_base_key " {
7
7
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 "
10
10
}
11
11
12
- variable "base_key " {
12
+ variable "manifest_path " {
13
13
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
16
16
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
2
2
source = " ../../common/configuration"
3
3
4
4
configuration = var. configuration
5
- base_key = var. base_key
5
+ base_key = var. configuration_base_key
6
6
}
7
7
8
8
locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
3
3
description = " Map with per workspace cluster configuration."
4
4
}
5
5
6
- variable "manifest_path " {
6
+ variable "configuration_base_key " {
7
7
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 "
10
10
}
11
11
12
- variable "base_key " {
12
+ variable "manifest_path " {
13
13
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
16
16
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "configuration" {
2
2
source = " ../../common/configuration"
3
3
4
4
configuration = var. configuration
5
- base_key = var. base_key
5
+ base_key = var. configuration_base_key
6
6
}
7
7
8
8
locals {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ variable "configuration" {
3
3
description = " Map with per workspace cluster configuration."
4
4
}
5
5
6
- variable "manifest_path " {
6
+ variable "configuration_base_key " {
7
7
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 "
10
10
}
11
11
12
- variable "base_key " {
12
+ variable "manifest_path " {
13
13
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
16
16
}
You can’t perform that action at this time.
0 commit comments