We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94b41a commit 53f6248Copy full SHA for 53f6248
setup/terraform/idp-base.tf
@@ -74,7 +74,7 @@ resource "humanitec_resource_definition_criteria" "dns_localhost" {
74
module "postgres_basic" {
75
# Not pinned as we don't have a release yet
76
# tflint-ignore: terraform_module_pinned_source
77
- source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic"
+ source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=main"
78
prefix = local.prefix
79
}
80
0 commit comments