Skip to content

Commit 9b69f70

Browse files
committed
Update module usage to print out module output
1 parent 5ab24dd commit 9b69f70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module "lambda-function-credential-exfiltration" {
1515
1616
role_arn = "arn:aws:iam::000000000000:role/lambda-role-name"
1717
}
18+
19+
output "lambda_credential" {
20+
value = module.lambda-function-credential-exfiltration.lambda_credential
21+
}
1822
```
1923
## Author
2024
Module managed by https://github.com/iganbold

0 commit comments

Comments
 (0)