Skip to content

Commit

Permalink
chore: increase nfs interface group timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Nov 22, 2024
1 parent 7e68d26 commit 792edf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lambdas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20241111093012-de4baefa7a72
github.com/weka/go-cloud-lib v0.0.0-20241121111254-108c4c653f1f
golang.org/x/sync v0.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions lambdas/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-20241111093012-de4baefa7a72 h1:1kWNVO21nPMJU8frOtsI2iHiqaC/8+hTPSRRy36UYMY=
github.com/weka/go-cloud-lib v0.0.0-20241111093012-de4baefa7a72/go.mod h1:FCQuk2bLvtDHe2Kjsu0oInJP1VOVsuxqPGHGMmVIPMg=
github.com/weka/go-cloud-lib v0.0.0-20241121111254-108c4c653f1f h1:oTveR7UcBF3mIfJFS1Iu2N1GpGzRQKXrv+uyl+Kjmaw=
github.com/weka/go-cloud-lib v0.0.0-20241121111254-108c4c653f1f/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=
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ variable "dynamodb_hash_key_name" {
variable "lambdas_version" {
type = string
description = "Lambdas code version (hash)"
default = "5f53a22a99629b40d3f8be9dd00a0226"
default = "871ba1d14342e39e37ce7f0466aecd4c"
}

variable "lambdas_dist" {
Expand Down

0 comments on commit 792edf3

Please sign in to comment.