Skip to content

Commit 618fd4e

Browse files
authored
Merge pull request #24 from humanitec-architecture/fix-incluster-res-pack-refs
Update in-cluster resource pack references to version v2024-11-05
2 parents 3de0280 + 3681f22 commit 618fd4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

modules/base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

modules/base/humanitec.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "humanitec_resource_definition_criteria" "k8s_namespace" {
5454
# in-cluster postgres
5555

5656
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"
5858

5959
prefix = "default-"
6060
}
@@ -65,7 +65,7 @@ resource "humanitec_resource_definition_criteria" "default_postgres" {
6565
}
6666

6767
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"
6969

7070
prefix = "default-"
7171
}

modules/portal-backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

modules/portal-backstage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ locals {
4949
# in-cluster postgres
5050

5151
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"
5353

5454
prefix = local.res_def_prefix
5555
}

0 commit comments

Comments
 (0)