Skip to content

Commit d364e8a

Browse files
mergify[bot]1pkg
andauthored
benchmark: use static URL value for benchmark admin console URL for slack automation (#14345) (#14349)
(cherry picked from commit 9292d4b) Co-authored-by: Kostiantyn Masliuk <[email protected]>
1 parent 3c91858 commit d364e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/benchmark/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ output "apm_server_ip" {
4343
}
4444

4545
output "admin_console_url" {
46-
value = var.run_standalone ? "" : module.ec_deployment[0].admin_console_url
46+
value = var.run_standalone ? "https://cloud.elastic.co/deployments" : module.ec_deployment[0].admin_console_url
4747
description = "The admin console URL"
4848
}

0 commit comments

Comments
 (0)