Skip to content

Commit

Permalink
benchmark: use static URL value for benchmark admin console URL for s…
Browse files Browse the repository at this point in the history
…lack automation (#14345)
  • Loading branch information
1pkg authored Oct 11, 2024
1 parent a3a5baa commit 9292d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ output "apm_server_ip" {
}

output "admin_console_url" {
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
description = "The admin console URL"
}

0 comments on commit 9292d4b

Please sign in to comment.