Skip to content

Commit 61c5a4f

Browse files
committed
fix: removed unused variables
1 parent 6b8e9c9 commit 61c5a4f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

variables.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ variable "create_private_zone" {
33
description = "Condition for Private DNS Zone creation"
44
}
55

6-
variable "project" {
7-
type = string
8-
description = "Project name"
9-
}
10-
11-
variable "env" {
12-
type = string
13-
description = "Environment name"
14-
}
15-
16-
variable "location" {
17-
type = string
18-
description = "Azure location"
19-
}
20-
216
variable "resource_group" {
227
type = string
238
description = "Azure location"

0 commit comments

Comments
 (0)