Skip to content

Commit

Permalink
Update _outputs.tf
Browse files Browse the repository at this point in the history
to squash to earlier
TamirFriedman-RecoLabs authored Dec 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 45c5677 commit 59699f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "client_vpn_endpoint" {
value = aws_ec2_client_vpn_endpoint.default.id
output "endpoint" {
value = aws_ec2_client_vpn_endpoint.default.dns_name
description = "Used for .ovpn templating"
}

@@ -16,6 +16,7 @@ output "cert" {
}

output "key" {
value = tls_locally_signed_cert.root.cert_pem
value = tls_private_key.root.private_key_pem
sensitive = true
description = "Used for .ovpn templating"
}

0 comments on commit 59699f9

Please sign in to comment.