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 {
4848module "github_app" {
4949 count = var. with_backstage ? 1 : 0
5050
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"
5252
5353 credentials_file = " ${ path . module } /${ local . github_app_credentials_file } "
5454}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ resource "humanitec_resource_definition_criteria" "k8s_namespace" {
7272# in-cluster postgres
7373
7474module "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 "
7676
7777 prefix = local. res_def_prefix
7878}
@@ -83,7 +83,7 @@ resource "humanitec_resource_definition_criteria" "default_postgres" {
8383}
8484
8585module "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 "
8787
8888 prefix = local. res_def_prefix
8989}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ locals {
2020}
2121
2222module "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"
2424
2525 cloud_provider = " aws"
2626
@@ -45,7 +45,7 @@ locals {
4545# in-cluster postgres
4646
4747module "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 "
4949
5050 prefix = local. res_def_prefix
5151}
You can’t perform that action at this time.
0 commit comments