mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Access the API endpiont over internal interfaces
This commit is contained in:
13
terraform/shared/container_networking/variables.tf
Normal file
13
terraform/shared/container_networking/variables.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
variable "cf_password" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "cf_user" {}
|
||||
variable "cf_org_name" {}
|
||||
variable "cf_space_name" {}
|
||||
variable "source_app_name" {}
|
||||
variable "destination_app_name" {}
|
||||
variable "destination_port" {
|
||||
type = string
|
||||
default = "61443"
|
||||
}
|
||||
Reference in New Issue
Block a user