Skip to content

Commit

Permalink
fix: scale down inactive decision
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Jun 21, 2023
1 parent 8f0c98c commit 7260e2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion function-app/code/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
github.com/google/uuid v1.3.0
github.com/lithammer/dedent v1.1.0
github.com/weka/go-cloud-lib v0.0.0-20230615105859-54ac5a065584
github.com/weka/go-cloud-lib v0.0.0-20230621161320-c18710dea0b0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions function-app/code/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=
github.com/rs/zerolog v1.29.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/weka/go-cloud-lib v0.0.0-20230615105859-54ac5a065584 h1:UqApZu55piTj64YXElDh7AD4ZwQJGMnWN0DUKYsGb5I=
github.com/weka/go-cloud-lib v0.0.0-20230615105859-54ac5a065584/go.mod h1:lT0kVeV0d4HznnITUHbHN6JunpqyL4q9McAYr78YNm4=
github.com/weka/go-cloud-lib v0.0.0-20230621161320-c18710dea0b0 h1:DLIm66vX5tbXWRfiiATWDA2upQsaziS886EPvqHYsKk=
github.com/weka/go-cloud-lib v0.0.0-20230621161320-c18710dea0b0/go.mod h1:lT0kVeV0d4HznnITUHbHN6JunpqyL4q9McAYr78YNm4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ variable "function_app_storage_account_container_prefix" {
variable "function_app_version" {
type = string
description = "Function app code version (hash)"
default = "3d2f0957ae64a1d9b2b49c9c1319c248"
default = "caff19ed8651de36891b0c99e330c006"
}

variable "function_app_dist" {
Expand Down

0 comments on commit 7260e2a

Please sign in to comment.