We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab24dd commit 9b69f70Copy full SHA for 9b69f70
README.md
@@ -15,6 +15,10 @@ module "lambda-function-credential-exfiltration" {
15
16
role_arn = "arn:aws:iam::000000000000:role/lambda-role-name"
17
}
18
+
19
+output "lambda_credential" {
20
+ value = module.lambda-function-credential-exfiltration.lambda_credential
21
+}
22
```
23
## Author
24
Module managed by https://github.com/iganbold
0 commit comments