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 1101d39 commit 0184c96Copy full SHA for 0184c96
terraform/dev/locals.tf
@@ -82,7 +82,7 @@ locals {
82
"-Ddd.agent.host=10.0.7.245",
83
"-Dspring.profiles.active=dev",
84
"-jar",
85
- "/app/api.jar"
+ "/api.jar"
86
] : null
87
portMappings = [
88
for m in lookup(def, "port_mappings", []) : {
0 commit comments