Skip to content

Commit b21e928

Browse files
authored
Use current postgres-basic module
1 parent 645dd1c commit b21e928

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
@@ -72,7 +72,7 @@ resource "humanitec_resource_definition_criteria" "dns_localhost" {
7272
# Provide postgres resource
7373

7474
module "postgres_basic" {
75-
source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-05"
75+
source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-07"
7676
prefix = local.prefix
7777
}
7878

0 commit comments

Comments
 (0)