Skip to content

Commit

Permalink
Fix the output
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Apr 2, 2024
1 parent bdec72e commit 06391ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-rds-postgres-tester/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ output "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
value = module.create_tester_user.write_task_logs_policy_document_json
}

0 comments on commit 06391ad

Please sign in to comment.