BrownField/Networking/AVS-to-OnPremises-ExpressRoute-GlobalReach/Terraform/vars.tf (18 lines of code) (raw):
variable "ExpressRouteAuthorizationKey" {
type = string
sensitive = true
description = "The Express Route Authorization Key to be redeemed by the connection"
}
variable "ExpressRouteId" {
type = string
sensitive = true
description = "The Express Route ID to create the connection to"
}
variable "PrivateCloudName" {
type = string
description = "The name of the existing Private Cloud that should be used for the connection"
}
variable "DeploymentResourceGroupName" {
type = string
description = "Resource Group where the new globalReach resource will be created."
}