Skip to content

Commit

Permalink
added ram outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Dec 17, 2024
1 parent d19d3b1 commit 30ec165
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/aws/ram/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
# Resource Outputs
###########################

output "arn" {
description = "The ARN of the resource share."
value = aws_ram_resource_share.this.arn
}

output "id" {
description = "The ID of the resource share."
value = aws_ram_resource_share.this.id
}

0 comments on commit 30ec165

Please sign in to comment.