File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
scenarios/AksOpenAiTerraform/terraform
modules/container_registry Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ module "container_registry" {
126126 admin_enabled = var. acr_admin_enabled
127127 georeplication_locations = var. acr_georeplication_locations
128128 log_analytics_workspace_id = module. log_analytics_workspace . id
129- log_analytics_retention_days = var. log_analytics_retention_days
130129 tags = var. tags
131130
132131}
Original file line number Diff line number Diff line change @@ -45,10 +45,4 @@ variable "georeplication_locations" {
4545variable "log_analytics_workspace_id" {
4646 description = " Specifies the log analytics workspace id"
4747 type = string
48- }
49-
50- variable "log_analytics_retention_days" {
51- description = " Specifies the number of days of the retention policy"
52- type = number
53- default = 7
5448}
You can’t perform that action at this time.
0 commit comments