Add comment linking to cloud.gov networking docs

This commit is contained in:
Ryan Ahearn
2022-09-27 11:07:30 -04:00
parent 109bc72d4b
commit d88654e4d8

View File

@@ -9,5 +9,7 @@ variable "source_app_name" {}
variable "destination_app_name" {}
variable "destination_port" {
type = string
# 61443 is the port to use to enable automatic TLS termination as specified at
# https://cloud.gov/docs/management/container-to-container/#configuring-secure-container-to-container-networking
default = "61443"
}