We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d181c commit dd97b6eCopy full SHA for dd97b6e
infra/azure/variables.tf
@@ -15,3 +15,8 @@ variable "memgraph_password" {
15
type = string
16
sensitive = true
17
}
18
+
19
+variable "subscription_id" {
20
+ description = "The Azure subscription ID"
21
+ type = string
22
+}
0 commit comments