Skip to content

Commit

Permalink
fix: update v2 module's variable to add the tcp_socket
Browse files Browse the repository at this point in the history
  • Loading branch information
rara-tan committed Sep 18, 2024
1 parent 06c6493 commit 5b7f864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/v2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ variable "containers" {
value = string
})), null)
}), null)
tcp_socket = optional(object({
port = optional(number)
}), null)
grpc = optional(object({
port = optional(number)
service = optional(string)
Expand Down

0 comments on commit 5b7f864

Please sign in to comment.