Skip to content

Commit 99153c1

Browse files
committed
Rename + small fix
1 parent 1045fd9 commit 99153c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scenarios/AksOpenAiTerraform/terraform/modules/log_analytics/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ variable "sku" {
2525
}
2626

2727
variable "solution_plan_map" {
28-
description = "(Optional) Specifies the map structure containing the list of solutions to be enabled."
28+
description = "(Required) Specifies the map structure containing the list of solutions to be enabled."
2929
type = map(any)
30-
default = {}
3130
}
3231

3332
variable "tags" {

scenarios/AksOpenAiTerraform/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "name_prefix" {
22
description = "(Optional) A prefix for the name of all the resource groups and resources."
33
type = string
4-
default = "Bingo"
4+
default = "BingoTest"
55
nullable = true
66
}
77

0 commit comments

Comments
 (0)