Skip to content

Commit 0aeab13

Browse files
authored
Merge pull request #2 from data-platform-hq/remove-env-var
fix: removed env var
2 parents 8dabc86 + 0b3d884 commit 0aeab13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ variable "name" {
33
description = "The name of the subnet"
44
}
55

6-
variable "env" {
7-
type = string
8-
description = "Environment name"
9-
}
10-
116
variable "resource_group" {
127
type = string
138
description = "The name of the resource group in which to create the storage account"

0 commit comments

Comments
 (0)