modules/app_gateway_tcp/variables.tf (7 lines of code) (raw):
# Resopurce group name
variable "resource_group_name" {}
# location
variable "location" {}
# true if TLS TCP Proxy feature is enabled"
variable "tls_tcp_proxy_enabled" {}
# Application Gateway name
variable "gateway_name" {}
# Event Hub FQDN
variable "eventhub_fqdn" {}
# SQL FQDN
variable "sql_fqdn" {}
# postgreSQL FQDN
variable "postgresql_fqdn" {}