Skip to content

Commit

Permalink
Output OM public ssh key content without formatting
Browse files Browse the repository at this point in the history
RE: vmware-archive/terraforming-gcp#150

Co-authored-by: Evan Farrar <[email protected]>
Co-authored-by: dashaun <[email protected]>
Co-authored-by: Genevieve <[email protected]>
  • Loading branch information
3 people committed Dec 18, 2019
1 parent fc749d3 commit 5f6db10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ locals {
ops_manager_iam_user_secret_key = aws_iam_access_key.ops-manager.secret
ops_manager_iam_instance_profile_name = aws_iam_instance_profile.ops-manager.name
ops_manager_key_pair_name = aws_key_pair.ops-manager.key_name
ops_manager_ssh_public_key = tls_private_key.ops-manager.public_key_openssh
ops_manager_bucket = aws_s3_bucket.ops-manager-bucket.bucket

wildcard_sys_dns = aws_route53_record.wildcard-sys.name
Expand Down

0 comments on commit 5f6db10

Please sign in to comment.