Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Oct 16, 2023
1 parent 55aaf0e commit 6002371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lambda/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ variable "iam_policy_json" {
}

variable "env" {
type = map
type = map(any)
default = {}
}

0 comments on commit 6002371

Please sign in to comment.