Skip to content

Commit 53f6248

Browse files
chore: add terraform ref to prevent password prompt
1 parent b94b41a commit 53f6248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/terraform/idp-base.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource "humanitec_resource_definition_criteria" "dns_localhost" {
7474
module "postgres_basic" {
7575
# Not pinned as we don't have a release yet
7676
# tflint-ignore: terraform_module_pinned_source
77-
source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic"
77+
source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=main"
7878
prefix = local.prefix
7979
}
8080

0 commit comments

Comments
 (0)