outputs.tf242 B
View on GitHuboutput "table_name" {
description = "The name of the DynamoDB table."
value = aws_dynamodb_table.default.name
}
output "table_arn" {
description = "The ARN of the DynamoDB table."
value = aws_dynamodb_table.default.arn
}