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 5ad6257 commit 7e1e26eCopy full SHA for 7e1e26e
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 = "BingoTest"
+ default = "BingoTestName"
5
nullable = true
6
}
7
0 commit comments