scenarios/shared/terraform/modules/frontdoor/variables.tf (14 lines of code) (raw):
variable "containerAppsManagedResourceGroup" {}
variable "privateLinkServiceName" {}
variable "resourceGroupName" {}
variable "location" {}
variable "privateLinkSubnetId" {}
variable "frontDoorProfileName" {}
variable "frontDoorEndpointName" {}
variable "frontDoorOriginGroupName" {}
variable "frontDoorOriginName" {}
variable "frontDoorHostName" {}
variable "frontDoorRouteName" {}
variable "tags" {
default = {}
}