File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ variable "use_apex_domain" {
156156}
157157
158158variable "enable_alerting" {
159- description = " Whether monitoring and alerting is enabled for the PostgreSQL Flexible Server ."
159+ description = " Whether monitoring and alerting is enabled."
160160 type = bool
161161}
162162
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ module "app_insights_audit" {
7979
8080 log_analytics_workspace_id = module. log_analytics_workspace_audit . id
8181
82- enable_alerting = var. enable_alerting
82+ enable_alerting = var. enable_alerting
8383}
8484
8585module "private_link_scoped_service_law" {
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ variable "cae_zone_redundancy_enabled" {
4848 type = bool
4949}
5050
51+ variable "enable_alerting" {
52+ description = " Whether monitoring and alerting is enabled."
53+ type = bool
54+ }
55+
5156locals {
5257 hub_vnet_rg_name = " rg-hub-${ var . hub } -uks-hub-networking"
5358}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module "infra" {
1818 protect_keyvault = var. protect_keyvault
1919 vnet_address_space = var. vnet_address_space
2020 cae_zone_redundancy_enabled = var. cae_zone_redundancy_enabled
21+ enable_alerting = var. enable_alerting
2122}
2223
2324module "shared_config" {
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ variable "alert_window_size" {
157157}
158158
159159variable "enable_alerting" {
160- description = " Whether monitoring and alerting is enabled for the PostgreSQL Flexible Server ."
160+ description = " Whether monitoring and alerting is enabled."
161161 type = bool
162162 default = false
163163}
You can’t perform that action at this time.
0 commit comments