Skip to content

Commit a02017d

Browse files
author
Joe Schneider
committed
DEVOPS-1613: Add RoleID to Outputs
1 parent 03758aa commit a02017d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

certs/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ output "vpn_elb_dns_name" {
1515
output "vpn_elb_zone_id" {
1616
value = "${aws_elb.elb.zone_id}"
1717
}
18+
19+
output "role_id_openvpn" {
20+
value = "${aws_iam_role.role.unique_id}"
21+
}

0 commit comments

Comments
 (0)