Skip to content

Commit ae367ea

Browse files
authored
var in place
1 parent 693faaf commit ae367ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform-infrastructure/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ variable "resource_group_name" {
1414
type = string
1515
}
1616

17+
variable "keyvault_name" {
18+
description = "The name of the key vault"
19+
type = string
20+
}
21+
1722
variable "storage_account_name" {
1823
description = "The name of the storage account"
1924
type = string

0 commit comments

Comments
 (0)