Skip to content

Commit 1d9f781

Browse files
authored
Merge pull request #13 from WhistleLabs/DEVOPS-1613
DEVOPS-1613: Add RoleID to Outputs
2 parents 03758aa + a02017d commit 1d9f781

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)