We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5fbb7 commit 39ebb33Copy full SHA for 39ebb33
variables.tf
@@ -96,9 +96,9 @@ variable "use_private_net" {
96
variable "application_stack" {
97
type = map(string)
98
default = {
99
- java_server = "JAVA"
+ java_server = "JAVA"
100
java_server_version = 11
101
- java_version = "java11"
+ java_version = "java11"
102
}
103
description = "Application stack configuration, run `az webapp list-runtimes --os-type linux` to get the list of supported stacks"
104
0 commit comments