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 3c91858 commit d364e8aCopy full SHA for d364e8a
testing/benchmark/outputs.tf
@@ -43,6 +43,6 @@ output "apm_server_ip" {
43
}
44
45
output "admin_console_url" {
46
- value = var.run_standalone ? "" : module.ec_deployment[0].admin_console_url
+ value = var.run_standalone ? "https://cloud.elastic.co/deployments" : module.ec_deployment[0].admin_console_url
47
description = "The admin console URL"
48
0 commit comments