Skip to content

Commit 0adb309

Browse files
committed
chore: remove unused variables
1 parent 39ebb33 commit 0adb309

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ variable "application_type" {
4040
default = "java"
4141
}
4242

43-
variable "java_version" {
44-
type = string
45-
description = "Java version"
46-
default = "8"
47-
}
48-
4943
variable "ip_restriction" {
5044
description = "Firewall settings for the function app"
5145
type = list(object({

0 commit comments

Comments
 (0)