Skip to content

Commit 2b5ac75

Browse files
committed
fix
1 parent 266b8c4 commit 2b5ac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/cloud-function/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variable "entry_point" {
2222
type = string
2323
}
2424
variable "available_memory_mb" {
25-
default = "1GiB"
25+
default = "1Gi"
2626
type = string
2727
description = "The amount of memory for the Cloud Function"
2828
}

0 commit comments

Comments
 (0)