Skip to content

Commit

Permalink
tf: fix ec_deployment terraform module (#15353) (#15354)
Browse files Browse the repository at this point in the history
(cherry picked from commit 03c128c)

Co-authored-by: Kostiantyn Masliuk <[email protected]>
  • Loading branch information
mergify[bot] and 1pkg authored Jan 23, 2025
1 parent 082d6e7 commit 64806df
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 ? chomp(data.local_sensitive_file.secret_token.content) : ec_deployment.deployment.apm_secret_token
value = var.integrations_server ? chomp(data.local_sensitive_file.secret_token[0].content) : ec_deployment.deployment.apm_secret_token
sensitive = true
description = "The APM Secret token"
}
Expand Down

0 comments on commit 64806df

Please sign in to comment.