From 822f4021d7d96af7fefbbba7dc6680997e4fc783 Mon Sep 17 00:00:00 2001 From: Assaf Giladi Date: Mon, 11 Nov 2024 11:34:12 +0200 Subject: [PATCH] fix: get core ids for multiple numas --- lambdas/go.mod | 2 +- lambdas/go.sum | 4 ++-- variables.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lambdas/go.mod b/lambdas/go.mod index 19561c6..162a4b9 100644 --- a/lambdas/go.mod +++ b/lambdas/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go v1.45.16 github.com/lithammer/dedent v1.1.0 github.com/rs/zerolog v1.31.0 - github.com/weka/go-cloud-lib v0.0.0-20241106084914-42d9add1071e + github.com/weka/go-cloud-lib v0.0.0-20241111093012-de4baefa7a72 golang.org/x/sync v0.3.0 ) diff --git a/lambdas/go.sum b/lambdas/go.sum index c1fcaf1..7f2731a 100644 --- a/lambdas/go.sum +++ b/lambdas/go.sum @@ -39,8 +39,8 @@ github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWR github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= -github.com/weka/go-cloud-lib v0.0.0-20241106084914-42d9add1071e h1:X81e2PHR0/l+TpXg8wrid8y0Ef36JFkA3kZmMqlE6tU= -github.com/weka/go-cloud-lib v0.0.0-20241106084914-42d9add1071e/go.mod h1:FCQuk2bLvtDHe2Kjsu0oInJP1VOVsuxqPGHGMmVIPMg= +github.com/weka/go-cloud-lib v0.0.0-20241111093012-de4baefa7a72 h1:1kWNVO21nPMJU8frOtsI2iHiqaC/8+hTPSRRy36UYMY= +github.com/weka/go-cloud-lib v0.0.0-20241111093012-de4baefa7a72/go.mod h1:FCQuk2bLvtDHe2Kjsu0oInJP1VOVsuxqPGHGMmVIPMg= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= diff --git a/variables.tf b/variables.tf index 9442b19..45a25c6 100644 --- a/variables.tf +++ b/variables.tf @@ -345,7 +345,7 @@ variable "dynamodb_hash_key_name" { variable "lambdas_version" { type = string description = "Lambdas code version (hash)" - default = "8299fe388e44d656be5f6ede28384989" + default = "5f53a22a99629b40d3f8be9dd00a0226" } variable "lambdas_dist" {