55 строки
852 B
HCL
55 строки
852 B
HCL
# Shared services
|
|
variable "shared_services" {
|
|
description = "Shared services configuration objects"
|
|
default = {
|
|
# automations = {}
|
|
# monitoring = {}
|
|
# recovery_vaults = {}
|
|
}
|
|
}
|
|
|
|
variable "automations" {
|
|
default = {}
|
|
}
|
|
|
|
variable "consumption_budgets" {
|
|
default = {}
|
|
}
|
|
|
|
variable "image_definitions" {
|
|
default = {}
|
|
}
|
|
|
|
variable "log_analytics_storage_insights" {
|
|
default = {}
|
|
}
|
|
|
|
variable "monitor_action_groups" {
|
|
default = {}
|
|
}
|
|
|
|
variable "monitoring" {
|
|
default = {}
|
|
}
|
|
|
|
variable "packer_service_principal" {
|
|
default = {}
|
|
}
|
|
|
|
variable "packer_managed_identity" {
|
|
default = {}
|
|
}
|
|
|
|
variable "recovery_vaults" {
|
|
default = {}
|
|
}
|
|
|
|
variable "shared_image_galleries" {
|
|
default = {}
|
|
}
|
|
|
|
variable "monitor_autoscale_settings" {
|
|
default = {}
|
|
description = "The map from the monitor_autoscale_settings module configuration"
|
|
}
|