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
Description: The name of the resource group in which to create the Monitoring resources for the Container App Job if the default group is not used. Changing this forces a new resource to be created.
Copy file name to clipboardExpand all lines: infrastructure/modules/container-app-job/variables.tf
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ variable "resource_group_name" {
8
8
type=string
9
9
}
10
10
11
+
variable"resource_group_name_monitoring" {
12
+
type=string
13
+
description="The name of the resource group in which to create the Monitoring resources for the Container App Job if the default group is not used. Changing this forces a new resource to be created."
14
+
default=null
15
+
}
16
+
11
17
variable"app_key_vault_id" {
12
18
description="ID of the key vault to store app secrets. Each secret is mapped to an environment variable. Required when fetch_secrets_from_app_key_vault is true."
0 commit comments