File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Module that provides the reference architecture.
30
30
| Name | Source | Version |
31
31
| ------| --------| ---------|
32
32
| azure\_ aks | Azure/aks/azurerm | ~ > 7 |
33
- | default\_ mysql | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-06 -05//humanitec-resource-defs/mysql/basic |
34
- | default\_ postgres | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-06 -05//humanitec-resource-defs/postgres/basic |
33
+ | default\_ mysql | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-11 -05//humanitec-resource-defs/mysql/basic |
34
+ | default\_ postgres | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-11 -05//humanitec-resource-defs/postgres/basic |
35
35
36
36
### Resources
37
37
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "humanitec_resource_definition_criteria" "k8s_namespace" {
54
54
# in-cluster postgres
55
55
56
56
module "default_postgres" {
57
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06 -05//humanitec-resource-defs/postgres/basic"
57
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-11 -05//humanitec-resource-defs/postgres/basic"
58
58
59
59
prefix = " default-"
60
60
}
@@ -65,7 +65,7 @@ resource "humanitec_resource_definition_criteria" "default_postgres" {
65
65
}
66
66
67
67
module "default_mysql" {
68
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06 -05//humanitec-resource-defs/mysql/basic"
68
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-11 -05//humanitec-resource-defs/mysql/basic"
69
69
70
70
prefix = " default-"
71
71
}
Original file line number Diff line number Diff line change 16
16
17
17
| Name | Source | Version |
18
18
| ------| --------| ---------|
19
- | backstage\_ postgres | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-06 -05//humanitec-resource-defs/postgres/basic |
19
+ | backstage\_ postgres | github.com/humanitec-architecture/resource-packs-in-cluster | v2024-11 -05//humanitec-resource-defs/postgres/basic |
20
20
| portal\_ backstage | github.com/humanitec-architecture/shared-terraform-modules | v2024-06-12//modules/portal-backstage |
21
21
22
22
### Resources
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ locals {
49
49
# in-cluster postgres
50
50
51
51
module "backstage_postgres" {
52
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06 -05//humanitec-resource-defs/postgres/basic"
52
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-11 -05//humanitec-resource-defs/postgres/basic"
53
53
54
54
prefix = local. res_def_prefix
55
55
}
You can’t perform that action at this time.
0 commit comments