Skip to content

Commit cfb1497

Browse files
authored
Add passwd output (#4)
1 parent c00c576 commit cfb1497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
output "passwords" {
2+
sensitive = true
3+
value = { for role, password in random_password.role : role => password.result }
4+
}

0 commit comments

Comments
 (0)