Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
niroz89 committed Dec 15, 2023
1 parent 0fc7d24 commit 571cd89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_oam_sink_arn"></a> [oam\_sink\_arn](#output\_oam\_sink\_arn) | ARN of OAM sink |
| <a name="output_oam_sink_id"></a> [oam\_sink\_id](#output\_oam\_sink\_id) | ID of OAM sink |
| <a name="output_arn"></a> [arn](#output\_arn) | ARN of OAM sink |
| <a name="output_id"></a> [id](#output\_id) | ID of OAM sink |
<!-- END_TF_DOCS -->
4 changes: 2 additions & 2 deletions modules/sink/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
output "oam_sink_id" {
output "id" {
description = "ID of OAM sink"
value = aws_oam_sink.this.id
}

output "oam_sink_arn" {
output "arn" {
description = "ARN of OAM sink"
value = aws_oam_sink.this.arn
}

0 comments on commit 571cd89

Please sign in to comment.