Skip to content

Commit bcd6804

Browse files
authored
vars added
1 parent ab7f449 commit bcd6804

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

terraform-infrastructure/variables.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ variable "aiservices_name" {
2424
type = string
2525
}
2626

27+
variable "aifoundry_name" {
28+
description = "The name of the AI Foundry Hub"
29+
type = string
30+
}
31+
32+
variable "aifoundryproject_name" {
33+
description = "The name of the AI Foundry Project"
34+
type = string
35+
}
36+
2737
variable "storage_account_name" {
2838
description = "The name of the storage account"
2939
type = string

0 commit comments

Comments
 (0)