Skip to content

Commit

Permalink
fix missing layers variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed May 11, 2023
1 parent 6789040 commit e87a3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ variable "api" {
timeout = number
memory_size = number
environment = optional(map(string))
layers = optional(list(string))
vpc_config = optional(object({
subnet_ids = list(string)
security_group_ids = list(string)
Expand All @@ -47,6 +48,7 @@ variable "rpc" {
timeout = number
memory_size = number
environment = optional(map(string))
layers = optional(list(string))
vpc_config = optional(object({
subnet_ids = list(string)
security_group_ids = list(string)
Expand Down

0 comments on commit e87a3e0

Please sign in to comment.