Skip to content

Commit 645dd1c

Browse files
Merge pull request #4 from humanitec-tutorials/pin-in-cluster-pack
feat: pin in-cluster resource pack
2 parents 9537122 + 3f5fb3a commit 645dd1c

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)