mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add comment linking to cloud.gov networking docs
This commit is contained in:
@@ -9,5 +9,7 @@ variable "source_app_name" {}
|
|||||||
variable "destination_app_name" {}
|
variable "destination_app_name" {}
|
||||||
variable "destination_port" {
|
variable "destination_port" {
|
||||||
type = string
|
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"
|
default = "61443"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user