Skip to content

Commit

Permalink
Fix terraform fmt (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwohara authored Jul 27, 2022
1 parent e191c98 commit 2986925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad-gcp/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ output "nomad_tls_ca" {
}

output "nomad_server_cert_base64" {
value = var.unsafe_disable_mtls ? "" : base64encode(module.tls[0].nomad_server_cert)
value = var.unsafe_disable_mtls ? "" : base64encode(module.tls[0].nomad_server_cert)
}

output "nomad_server_key_base64" {
Expand Down

0 comments on commit 2986925

Please sign in to comment.