We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf8f29 commit 03c128cCopy full SHA for 03c128c
testing/infra/terraform/modules/ec_deployment/outputs.tf
@@ -9,7 +9,7 @@ output "apm_url" {
9
}
10
11
output "apm_secret_token" {
12
- 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
13
sensitive = true
14
description = "The APM Secret token"
15
0 commit comments