Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
pvishwa3 committed Jan 22, 2025
1 parent 1aa0a60 commit f308e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ output "helm_values" {
"placeholder_tls_cert_restore_aws_secret_key", var.tls_cert_restore_aws_secret_key),
"placeholder_tls_cert_backup_s3_key_prefix", var.tls_cert_backup_s3_key_prefix),
"placeholder_tls_cert_restore_exclude_namespaces", var.tls_cert_restore_exclude_namespaces),
"placeholder_loki_storage", var.loki_storage),
"#placeholder_loki_storage", var.loki_storage),
"placeholder_tempo_storage", var.tempo_storage),
"placeholder_thanos_storage", var.thanos_storage),
"#placeholder_thanos_storage", var.thanos_storage),

"placeholder_dex_github_client_id", var.dex_github_client_id),
"placeholder_dex_github_client_secret", var.dex_github_client_secret),
Expand Down

0 comments on commit f308e07

Please sign in to comment.