diff --git a/modules/aws/ram/outputs.tf b/modules/aws/ram/outputs.tf index 9a2435c6..986755e2 100755 --- a/modules/aws/ram/outputs.tf +++ b/modules/aws/ram/outputs.tf @@ -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 +}