Skip to content

Commit dd97b6e

Browse files
committed
Added tf variable
1 parent f7d181c commit dd97b6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infra/azure/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ variable "memgraph_password" {
1515
type = string
1616
sensitive = true
1717
}
18+
19+
variable "subscription_id" {
20+
description = "The Azure subscription ID"
21+
type = string
22+
}

0 commit comments

Comments
 (0)