Skip to content

Commit 7dae913

Browse files
committed
fmt
1 parent 1ce74f1 commit 7dae913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "runtime" {
3131
variable "environment_variables" {
3232
type = map(string)
3333
description = "A map that defines environment variables for the Lambda function."
34-
default = null
34+
default = null
3535
}
3636

3737
variable "hosted_zone" {

0 commit comments

Comments
 (0)