We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1045fd9 commit 99153c1Copy full SHA for 99153c1
scenarios/AksOpenAiTerraform/terraform/modules/log_analytics/variables.tf
@@ -25,9 +25,8 @@ variable "sku" {
25
}
26
27
variable "solution_plan_map" {
28
- description = "(Optional) Specifies the map structure containing the list of solutions to be enabled."
+ description = "(Required) Specifies the map structure containing the list of solutions to be enabled."
29
type = map(any)
30
- default = {}
31
32
33
variable "tags" {
scenarios/AksOpenAiTerraform/terraform/variables.tf
@@ -1,7 +1,7 @@
1
variable "name_prefix" {
2
description = "(Optional) A prefix for the name of all the resource groups and resources."
3
type = string
4
- default = "Bingo"
+ default = "BingoTest"
5
nullable = true
6
7
0 commit comments