Skip to content

Commit 39ebb33

Browse files
committed
chore: format document
1 parent 5f5fbb7 commit 39ebb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ variable "use_private_net" {
9696
variable "application_stack" {
9797
type = map(string)
9898
default = {
99-
java_server = "JAVA"
99+
java_server = "JAVA"
100100
java_server_version = 11
101-
java_version = "java11"
101+
java_version = "java11"
102102
}
103103
description = "Application stack configuration, run `az webapp list-runtimes --os-type linux` to get the list of supported stacks"
104104
}

0 commit comments

Comments
 (0)