We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7e6ff commit d6e81a9Copy full SHA for d6e81a9
1 file changed
terraform-infrastructure/variables.tf
@@ -26,3 +26,9 @@ variable "enable_cosmos_local_auth" {
26
description = "Whether to enable local auth on Cosmos DB account"
27
default = true
28
}
29
+
30
+variable "enable_ai_automation" {
31
+ type = bool
32
+ description = "Whether to run Azure AI Foundry automation steps (model deployments, connections, .env creation)"
33
+ default = true
34
+}
0 commit comments