Skip to content

Commit f3eb840

Browse files
authored
Update variables.tf
1 parent fea9452 commit f3eb840

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

terraform-unity/variables.tf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,18 @@ variable "project" {
77
description = "The project name"
88
type = string
99
}
10+
11+
variable "tags" {
12+
description = "A map of tags to assign to the resources."
13+
type = map(string
14+
}
15+
16+
variable "installprefix" {
17+
description = "A prefix used for installation."
18+
type = string
19+
}
20+
21+
variable "deployment_name" {
22+
description = "The name of the deployment."
23+
type = string
24+
}

0 commit comments

Comments
 (0)