Skip to content

Commit d6e81a9

Browse files
authored
Add variable for Azure AI automation enablement
1 parent 5c7e6ff commit d6e81a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

terraform-infrastructure/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ variable "enable_cosmos_local_auth" {
2626
description = "Whether to enable local auth on Cosmos DB account"
2727
default = true
2828
}
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

Comments
 (0)