Skip to content

Commit 3f5fb3a

Browse files
feat: pin in-cluster resource pack
1 parent 9537122 commit 3f5fb3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup/terraform/idp-base.tf

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ resource "humanitec_resource_definition_criteria" "dns_localhost" {
7272
# Provide postgres resource
7373

7474
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?ref=main"
75+
source = "github.com/humanitec-architecture/resource-packs-in-cluster//humanitec-resource-defs/postgres/basic?ref=v2024-06-05"
7876
prefix = local.prefix
7977
}
8078

0 commit comments

Comments
 (0)