Skip to content

Commit 611318e

Browse files
author
Joe Schneider
committed
DEVOPS-1692: Output the Cert-Gen Role ID for bucket policy
1 parent 1d9f781 commit 611318e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

generate-certs/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Outputs
2+
3+
output "role_id_certgen" {
4+
value = "${aws_iam_role.role.unique_id}"
5+
}

0 commit comments

Comments
 (0)