Skip to content

Commit

Permalink
Merge branch 'main' into standalone-apm-server-tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip authored Jan 23, 2025
2 parents 3689076 + 9d457a5 commit 2d7483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/infra/terraform/modules/ec_deployment/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ output "apm_url" {
}

output "apm_secret_token" {
value = var.integrations_server ? data.local_sensitive_file.secret_token.content : ec_deployment.deployment.apm_secret_token
value = var.integrations_server ? chomp(data.local_sensitive_file.secret_token.content) : ec_deployment.deployment.apm_secret_token
sensitive = true
description = "The APM Secret token"
}
Expand Down

0 comments on commit 2d7483e

Please sign in to comment.