Skip to content

Commit aa2b1aa

Browse files
authored
[aws/users] Add signin url output (#71)
1 parent e3506cf commit aa2b1aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

aws/users/main.tf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@ locals {
3636
}
3737

3838
output "account_alias" {
39-
value = "${local.account_alias}"
39+
description = "AWS IAM Account Alias"
40+
value = "${local.account_alias}"
41+
}
42+
43+
output "signin_url" {
44+
description = "AWS Signin URL"
45+
value = "${local.signin_url}"
4046
}

0 commit comments

Comments
 (0)