File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ locals {
48
48
module "github_app" {
49
49
count = var. with_backstage ? 1 : 0
50
50
51
- source = " github.com/humanitec-architecture/shared-terraform-modules?ref=v2024-06-12//modules/github-app "
51
+ source = " github.com/humanitec-architecture/shared-terraform-modules//modules/github-app ?ref=v2024-06-12"
52
52
53
53
credentials_file = " ${ path . module } /${ local . github_app_credentials_file } "
54
54
}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ resource "humanitec_resource_definition_criteria" "k8s_namespace" {
72
72
# in-cluster postgres
73
73
74
74
module "default_postgres" {
75
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06-05 //humanitec-resource-defs/postgres/basic"
75
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-05 "
76
76
77
77
prefix = local. res_def_prefix
78
78
}
@@ -83,7 +83,7 @@ resource "humanitec_resource_definition_criteria" "default_postgres" {
83
83
}
84
84
85
85
module "default_mysql" {
86
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06-05 //humanitec-resource-defs/mysql/basic"
86
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/mysql/basic?ref=v2024-06-05 "
87
87
88
88
prefix = local. res_def_prefix
89
89
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ locals {
20
20
}
21
21
22
22
module "portal_backstage" {
23
- source = " github.com/humanitec-architecture/shared-terraform-modules?ref=v2024-06-12//modules/portal-backstage "
23
+ source = " github.com/humanitec-architecture/shared-terraform-modules//modules/portal-backstage ?ref=v2024-06-12"
24
24
25
25
cloud_provider = " aws"
26
26
@@ -45,7 +45,7 @@ locals {
45
45
# in-cluster postgres
46
46
47
47
module "backstage_postgres" {
48
- source = " github.com/humanitec-architecture/resource-packs-in-cluster?ref=v2024-06-05 //humanitec-resource-defs/postgres/basic"
48
+ source = " github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-05 "
49
49
50
50
prefix = local. res_def_prefix
51
51
}
You can’t perform that action at this time.
0 commit comments