You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
description = "Optional prefix for the generated name"
type = string
default = ""
}
variable "name_suffix" {
description = "Optional suffix for the generated name"
type = string
default = ""
}
variable "use_caf_naming" {
description = "Use the Azure CAF naming provider to generate default resource name. `custom_name` override this if set. Legacy default name is used if this is set to `false`."
type = bool
default = true
}
# Custom naming override
variable "app_service_custom_name" {
description = "Name of the App Service, generated if not set."
type = string
default = ""
}
variable "application_insights_custom_name" {
description = "Name of the Application Insights, generated if not set."
type = string
default = ""
}
variable "staging_slot_custom_name" {
type = string
description = "Custom name of the app service slot"