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.
3030| Name | Source | Version |
3131| ------| --------| ---------|
3232| 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 |
3535
3636### Resources
3737
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "humanitec_resource_definition_criteria" "k8s_namespace" {
5454# in-cluster postgres
5555
5656module "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"
5858
5959 prefix = " default-"
6060}
@@ -65,7 +65,7 @@ resource "humanitec_resource_definition_criteria" "default_postgres" {
6565}
6666
6767module "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"
6969
7070 prefix = " default-"
7171}
Original file line number Diff line number Diff line change 1616
1717| Name | Source | Version |
1818| ------| --------| ---------|
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 |
2020| portal\_ backstage | github.com/humanitec-architecture/shared-terraform-modules | v2024-06-12//modules/portal-backstage |
2121
2222### Resources
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ locals {
4949# in-cluster postgres
5050
5151module "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"
5353
5454 prefix = local. res_def_prefix
5555}
You can’t perform that action at this time.
0 commit comments