We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645dd1c commit b21e928Copy full SHA for b21e928
setup/terraform/idp-base.tf
@@ -72,7 +72,7 @@ resource "humanitec_resource_definition_criteria" "dns_localhost" {
72
# Provide postgres resource
73
74
module "postgres_basic" {
75
- source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-05"
+ source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-07"
76
prefix = local.prefix
77
}
78
0 commit comments