We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266b8c4 commit 2b5ac75Copy full SHA for 2b5ac75
terraform/modules/cloud-function/variables.tf
@@ -22,7 +22,7 @@ variable "entry_point" {
22
type = string
23
}
24
variable "available_memory_mb" {
25
- default = "1GiB"
+ default = "1Gi"
26
27
description = "The amount of memory for the Cloud Function"
28
0 commit comments