Skip to content

Commit

Permalink
Add output for logs policy json
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Apr 2, 2024
1 parent 1cf8891 commit bdec72e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/create-rds-postgres-tester/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "pass_task_role_policy_document_json" {
description = "JSON describing an IAM policy which allows passage of the task role"
value = module.create_tester_user.pass_task_role_policy_document_json
}

output "write_task_logs_policy_document_json" {
description = "JSON describing an IAM policy which allows the task's log streams to be written"
value = module.create_tester_user.write_log_group_policy_document_json
}

0 comments on commit bdec72e

Please sign in to comment.